ShoaibFarooka / AdStatixx

0 stars 0 forks source link

Verify OTP Screen Issue #13

Open ShoaibFarooka opened 2 days ago

ShoaibFarooka commented 2 days ago

This screen is for verify access but not reset password so change it's title and description URL of this screen should need to be 'verify-access/:token' This token will be provided by the server when user/company register itself and then you have to send this token to the server along with the otp entered by the user to verify user also there will be one field in the user model which will be called as emailVerification and it will be false until user verify itself so you have to send the request to the server with token and otp and if both things are correct then that status will be updated Similarly if user logs in and his emailVerification is false then you have to show verification screen again and this whole procedure will be repeated For further info you can discuss it with me!