Skip to content

Commit

Permalink
fix : changed verification email toaster
Browse files Browse the repository at this point in the history
  • Loading branch information
woaitsAryan committed Jan 20, 2024
1 parent fa9d7a1 commit 9dd7990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const Login = ({ query }) => {
} else {
if (res.message === 'Email not verified') {
handleSnackOpen({
message: 'Email Address not verified.',
message: 'Email Address not verified. Kindly check your email',
variant: 'error',
});
return;
Expand Down

0 comments on commit 9dd7990

Please sign in to comment.