diff --git a/docs/OIDC.md b/docs/OIDC.md index e34a07d..ecbcf91 100644 --- a/docs/OIDC.md +++ b/docs/OIDC.md @@ -13,7 +13,7 @@ Enable Single Sign-On (SSO) with providers like Authentik, Keycloak, Okta, and A * **Client ID & Secret**: From your IdP. 4. **Save**: The login page will now show a "Continue with Single Sign-On" button. -> **Tip**: To hide the username/password form and only show the SSO button, set `PULSE_AUTH_HIDE_LOCAL_LOGIN=true` in your environment. You can still access the local login by appending `?show_local=true` to the login URL. +> **Tip**: To hide the username/password form and only show the SSO button, set `PULSE_AUTH_HIDE_LOCAL_LOGIN=true` in your environment. You can still access the local login by appending `?show_local=true` to the URL (e.g., `https://your-pulse-instance/?show_local=true`). ## ⚙️ Configuration diff --git a/frontend-modern/src/components/Login.tsx b/frontend-modern/src/components/Login.tsx index 4eb775e..5d3e317 100644 --- a/frontend-modern/src/components/Login.tsx +++ b/frontend-modern/src/components/Login.tsx @@ -393,9 +393,11 @@ const LoginForm: Component<{ Welcome to Pulse -

- Enter your credentials to continue -

+ +

+ Enter your credentials to continue +

+