{t('admin.settings.emailAuthDesc')}
+{t('auth.loginSubtitle')}
+ + {/* Referral Banner - only show when email auth is enabled */} + {referralCode && isEmailAuthEnabled && ( ++ {t('auth.verificationSent', 'We sent a verification link to:')} +
+{registeredEmail}
++ {t('auth.clickLinkToVerify', 'Click the link in the email to verify your account and log in.')} +
-{t('auth.registerHint')} @@ -205,63 +356,228 @@ export default function Login() { )}
+ {t('auth.passwordResetSent', 'If an account exists with this email, we sent password reset instructions.')} +
+ ++ {t('auth.forgotPasswordHint', 'Enter your email and we will send you instructions to reset your password.')} +
+ ++ {t('referral.shareHint', { percent: referralInfo?.commission_percent || 0 })} +
++ {t('resetPassword.tokenExpiredOrInvalid', 'This password reset link is invalid or has expired.')} +
+ + {t('auth.backToLogin', 'Back to login')} + ++ {t('resetPassword.redirectingToLogin', 'Redirecting to login...')} +
+ ++ {t('resetPassword.enterNewPassword', 'Enter your new password below.')} +
+ +- {t('emailVerification.successMessage')} + {t('emailVerification.redirecting', 'Redirecting to dashboard...')}
-