Add support mailto on login for missing password-reset email

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-16 12:58:28 +05:00
parent 27027b134f
commit ec011ab7fd
+6
View File
@@ -126,6 +126,12 @@ export function LoginForm() {
Зарегистрироваться
</Link>
</div>
<p className="text-center text-xs" style={{ color: "var(--muted-foreground)" }}>
Письмо со сбросом пароля не пришло?{" "}
<a href="mailto:info@second-brain.ru" className="underline" style={{ color: "var(--foreground)" }}>
Напишите нам
</a>
</p>
</form>
);
}