chore: add password tests

This commit is contained in:
David Nguyen
2025-02-19 18:41:53 +11:00
parent ac30654913
commit 90ce52164c
2 changed files with 95 additions and 1 deletions

View File

@ -122,7 +122,7 @@ export const PasswordForm = ({ className }: PasswordFormProps) => {
render={({ field }) => (
<FormItem>
<FormLabel>
<Trans>Password</Trans>
<Trans>New Password</Trans>
</FormLabel>
<FormControl>
<PasswordInput autoComplete="new-password" {...field} />