Please enable JavaScript.
Coggle requires JavaScript to display documents.
Signup, Navigate OTP page, pass email current page to OTP page - Coggle…
Signup
Get username & mail and password
Check Mail exist
True
Check email isVerified
False
generate OTP & update OTP and OTP generateTime database
send Mail with OTP
True
throw error
something went wrong
False
insert data in database
generate OTP & update OTP and OTP generateTime database
send Mail with OTP
OTP page
get OTP
compare OTP === Database OTP
2 more items...
Navigate OTP page
pass email current page to OTP page