Merge branch 'main' into dev

This commit is contained in:
Owen
2025-12-06 11:45:46 -05:00
8 changed files with 558 additions and 3486 deletions

View File

@@ -426,7 +426,7 @@ export default function LoginForm({
<div className="text-center">
<Link
href={`${env.app.dashboardUrl}/auth/reset-password${form.getValues().email ? `?email=${form.getValues().email}` : ""}`}
href={`${env.app.dashboardUrl}/auth/reset-password${form.getValues().email ? `?email=${encodeURIComponent(form.getValues().email)}` : ""}`}
className="text-sm text-muted-foreground"
>
{t("passwordForgot")}