diff options
author | Blaster4385 <[email protected]> | 2022-08-26 01:59:21 +0530 |
---|---|---|
committer | Blaster4385 <[email protected]> | 2022-08-26 01:59:21 +0530 |
commit | 9441c80c7e58a8c82638fed3c91a26091001f141 (patch) | |
tree | 3448c45851f313fdef02774d7d63549acdf08967 /client/src/pages/Enrollment/Agreement | |
parent | 6f9f9f4c8c19f62e92fbc4d7932dffd89683ee5f (diff) |
Random changes
Diffstat (limited to 'client/src/pages/Enrollment/Agreement')
-rw-r--r-- | client/src/pages/Enrollment/Agreement/Agreement.jsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/pages/Enrollment/Agreement/Agreement.jsx b/client/src/pages/Enrollment/Agreement/Agreement.jsx index 704b0d5..165ab4c 100644 --- a/client/src/pages/Enrollment/Agreement/Agreement.jsx +++ b/client/src/pages/Enrollment/Agreement/Agreement.jsx @@ -73,7 +73,8 @@ const Agreement = ({ unverified, setUnverified }) => { /> </div> <div className={styles.card__elements}> - <Typography sx={{ fontSize: '1.5rem' }}>{t('PLEASE_VERIFY_YOUR_IDENTITY')}</Typography> + <Typography sx={{ fontSize: '1.5rem' }}>{t('PLEASE_VERIFY_YOUR_IDENTITY')} xxxxxxxx{userData?.mobile?.slice(-2)} + </Typography> <Button color="primary" size="large" |