fix set password hidden

This commit is contained in:
Abhinav 2023-11-10 17:31:33 +05:30
parent 90059467f6
commit d9b8c20d16

View file

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