Skip to content

Commit 15643b5

Browse files
chore: update useSignInForm default values
1 parent 2769530 commit 15643b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/hooks/forms/useSignInForm.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ type UseSignInFormProps = {
1717

1818
const defaultValues: SignInFormValues = {
1919
// TODO: Reset this values when building production app
20-
email: 'l.jeziorski+user@binarapps.com',
21-
password: 'Qwerty1!',
20+
email: 'mateusz.rostkowski+baca@binarapps.com',
21+
password: 'Test1234,',
2222
confirm: false,
2323
}
2424

0 commit comments

Comments
 (0)