fix: refactor

This commit is contained in:
David Nguyen
2024-03-15 17:08:15 +08:00
parent aa926d6642
commit b22de4bd71

View File

@ -293,6 +293,8 @@ export const SignInForm = ({ className, initialEmail, isGoogleSSOEnabled }: Sign
<PasswordInput {...field} />
</FormControl>
<FormMessage />
<p className="mt-2 text-right">
<Link
href="/forgot-password"
@ -301,11 +303,9 @@ export const SignInForm = ({ className, initialEmail, isGoogleSSOEnabled }: Sign
Forgot your password?
</Link>
</p>
<FormMessage />
</FormItem>
)}
/>
</fieldset>
<Button
type="submit"
@ -352,6 +352,7 @@ export const SignInForm = ({ className, initialEmail, isGoogleSSOEnabled }: Sign
Passkey
</Button>
)}
</fieldset>
</form>
<Dialog