Skip to content

Commit b362d10

Browse files
author
proghead00
committed
secret code toaster
1 parent 07c6ce7 commit b362d10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/pages/forgot-password.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ const ForgotPassword = () => {
5555
setCode("");
5656
setNewPassword("");
5757
setLoading(false);
58-
toast("Great! Now you can login with your new password");
58+
toast(
59+
"If you entered the correct code, you can now login with your new password"
60+
);
5961
} catch (err) {
6062
setLoading(false);
6163
toast(err.response.data);

0 commit comments

Comments
 (0)