Skip to content

Commit d5f0a00

Browse files
committed
Update AfterForgotPass.js
1 parent 1a4ee7a commit d5f0a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/AfterForgotPass.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function AfterForgotPass() {
5151
</div>
5252
{status && status == "success" && <p>Email sent!</p>}
5353
{status && status == "failure" && (
54-
<p>Email not found in database!</p>
54+
<p>Email not valid for selected profile!</p>
5555
)}
5656
<hr className="mb-6 border-t" />
5757
{/* <div className="text-center">

0 commit comments

Comments
 (0)