feat(auth): unify mobile-first authentication flow
This commit is contained in:
@@ -64,6 +64,8 @@ export function ForgotPasswordPasswordPage() {
|
||||
<AuthPanel
|
||||
title={t.login.resetPasswordTitle}
|
||||
description={t.login.resetPasswordDescription}
|
||||
backTo="/auth/forgot-password/verify"
|
||||
backLabel={t.login.back}
|
||||
>
|
||||
<form onSubmit={handleSubmit} className="grid gap-4">
|
||||
<AuthPasswordField
|
||||
|
||||
Reference in New Issue
Block a user