improve mfa autofill

This commit is contained in:
miloschwartz
2026-06-03 21:54:55 -07:00
parent f5ab837cce
commit 4a3c201741
3 changed files with 36 additions and 61 deletions
+1
View File
@@ -345,6 +345,7 @@ export default function LoginForm({
error={error}
loading={loading}
formId="form"
username={form.getValues("email")}
/>
)}