Fix SSL SAN cert + React hydration #423
- SAN cert covers all 5 PWA domains (tasks,cal,plans,goals,chat) - i18n hydration: SSR uses cs default, localStorage after mount - Matches ThemeProvider pattern Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@ export default function ForgotPasswordPage() {
|
||||
<div className="bg-white dark:bg-gray-900 border border-gray-200 dark:border-gray-700 rounded-2xl p-6 shadow-sm text-center">
|
||||
<h1 className="text-2xl font-bold mb-4">{t("auth.forgotPassword")}</h1>
|
||||
<p className="text-muted mb-6">
|
||||
{t("common.loading")}...
|
||||
{t("forgotPassword.description")}
|
||||
</p>
|
||||
<Link href="/login" className="text-blue-600 hover:underline">
|
||||
{t("common.back")}
|
||||
|
||||
Reference in New Issue
Block a user