show qr code in share link and add version to footer

This commit is contained in:
Milo Schwartz
2024-12-24 12:06:13 -05:00
parent 9e50a580a5
commit ccc2e3358c
8 changed files with 104 additions and 40 deletions

View File

@@ -178,7 +178,7 @@ export default function LoginForm({ redirect, onLogin }: LoginFormProps) {
href={`/auth/reset-password${form.getValues().email ? `?email=${form.getValues().email}` : ""}`}
className="text-sm text-muted-foreground"
>
Forgot password? Click here
Forgot password?
</Link>
</div>
</div>