diff --git a/web/core/components/account/auth-forms/password.tsx b/web/core/components/account/auth-forms/password.tsx index 8d3f945c7..7645f1a94 100644 --- a/web/core/components/account/auth-forms/password.tsx +++ b/web/core/components/account/auth-forms/password.tsx @@ -117,7 +117,7 @@ export const AuthPasswordForm: React.FC = observer((props: Props) => { return ( <> - {isBannerMessage && ( + {isBannerMessage && mode === EAuthModes.SIGN_UP && (