We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c6ce7 commit b362d10Copy full SHA for b362d10
client/pages/forgot-password.js
@@ -55,7 +55,9 @@ const ForgotPassword = () => {
55
setCode("");
56
setNewPassword("");
57
setLoading(false);
58
- toast("Great! Now you can login with your new password");
+ toast(
59
+ "If you entered the correct code, you can now login with your new password"
60
+ );
61
} catch (err) {
62
63
toast(err.response.data);
0 commit comments