There was an error while loading. Please reload this page.
1 parent 1c8ca64 commit 2eec0ecCopy full SHA for 2eec0ec
1 file changed
src/presentation/pages/success/success.js
@@ -1,14 +1,17 @@
1
-import { postRequest } from "../../../data/data-source/remote/apiCall";
2
-import { SIGNUP } from "../../../data/data-source/remote/apiList";
+import { postRequest } from '../../../data/data-source/remote/apiCall';
+import { SIGNUP } from '../../../data/data-source/remote/apiList';
3
4
function Success() {
5
return (
6
<div className="body">
7
<p className="headline">Success.</p>
8
<p className="bodyText">
9
- A verification link has been sent to your email address. Please{" "}
+ A verification link has been sent to your email address. Please{' '}
10
<span>verify to continue.</span>
11
</p>
12
+ <p style={{ color: '#FF7272', fontSize: '14px' }} className="bodyText">
13
+ Note: Check your spam folder.
14
+ </p>
15
</div>
16
);
17
}
0 commit comments