diff --git a/studio/frontend/src/features/auth/components/auth-form.tsx b/studio/frontend/src/features/auth/components/auth-form.tsx index 73db10d41b..3eec1dba88 100644 --- a/studio/frontend/src/features/auth/components/auth-form.tsx +++ b/studio/frontend/src/features/auth/components/auth-form.tsx @@ -439,7 +439,11 @@ export function AuthForm({ mode }: AuthFormProps): ReactElement | null { {helperText && (

{helperText}

)} - {error &&

{error}

} + {error && ( +

+ {error} +

+ )}