Skip to content

Commit

Permalink
added credential by default to ease process of login
Browse files Browse the repository at this point in the history
  • Loading branch information
ratnesh-maurya committed Oct 4, 2024
1 parent e04ae01 commit 8a9ab76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Frontend/src/views/auth/SignIn/SignInForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ const SignInForm = (props: SignInFormProps) => {
)}
<Formik
initialValues={{
Email: '',
password: '',
Email: '[email protected]',
password: '123Qwe1',
rememberMe: true,
}}
validationSchema={validationSchema}
Expand Down

0 comments on commit 8a9ab76

Please sign in to comment.