diff --git a/apps/web/components/signin/CredentialsForm.tsx b/apps/web/components/signin/CredentialsForm.tsx index 04d8e1a8..313dc7c5 100644 --- a/apps/web/components/signin/CredentialsForm.tsx +++ b/apps/web/components/signin/CredentialsForm.tsx @@ -48,9 +48,14 @@ function SignIn() { if (clientConfig.auth.disablePasswordAuth) { return ( -
- Password authentication is currently disabled. -
+ <> + {signinError && ( +{signinError}
+ )} ++ Password authentication is currently disabled. +
+ > ); }