We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4ee7a commit d5f0a00Copy full SHA for d5f0a00
src/pages/AfterForgotPass.js
@@ -51,7 +51,7 @@ function AfterForgotPass() {
51
</div>
52
{status && status == "success" && <p>Email sent!</p>}
53
{status && status == "failure" && (
54
- <p>Email not found in database!</p>
+ <p>Email not valid for selected profile!</p>
55
)}
56
<hr className="mb-6 border-t" />
57
{/* <div className="text-center">
0 commit comments