Browse Source

fix set password hidden

Abhinav 1 year ago
parent
commit
d9b8c20d16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/accounts/components/SetPasswordForm.tsx

+ 1 - 1
packages/accounts/components/SetPasswordForm.tsx

@@ -81,7 +81,7 @@ function SetPasswordForm(props: SetPasswordFormProps) {
                     </Typography>
 
                     <Input
-                        hidden
+                        sx={{ display: 'none' }}
                         name="email"
                         id="email"
                         autoComplete="username"