diff --git a/src/app/(auth)/login/page.tsx b/src/app/(auth)/login/page.tsx index 73770254..1c3140b7 100644 --- a/src/app/(auth)/login/page.tsx +++ b/src/app/(auth)/login/page.tsx @@ -153,20 +153,21 @@ function LoginPageContent() { return oidcStatus?.localAuthDisabled && oidcStatus?.enabled ? ( - + +
+ +
Sign in Use your organization's single sign-on to access your account.
- + {error && ( -
+
{error}
)} - - - + ) : (