feat(auth): unify mobile-first authentication flow
Some checks failed
Frontend CI/CD / build (push) Has been cancelled
Frontend CI/CD / deploy (push) Has been cancelled

This commit is contained in:
2026-06-23 02:07:14 +03:30
parent 1aa45beba4
commit 22b500dba5
18 changed files with 334 additions and 123 deletions

View File

@@ -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