Skip to content

Commit

Permalink
Update useSignInUpForm.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysingh2219 committed Sep 28, 2024
1 parent e4959ad commit 023fc14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const useSignInUpForm = () => {

useEffect(() => {
if (isSignInPrefilled === true) {
form.setValue('email', 'tim@apple.dev');
form.setValue('email', 'noah@demo.dev');
form.setValue('password', 'Applecar2025');
}
}, [form, isSignInPrefilled]);
Expand Down

0 comments on commit 023fc14

Please sign in to comment.