Skip to content

Commit

Permalink
otp prompt changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sayandippaul committed Dec 28, 2023
1 parent f89ebb8 commit 8e02c90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion views/register.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ let otpgivenbyuser = prompt("Please enter otp sent to mail", "XXXX");
}
else {
if(otpgivenbyuser!=null){
if(otpgivenbyuser==null){
showotpfield(name,pass,email,dp,otp);
}
Expand Down

1 comment on commit 8e02c90

@vercel
Copy link

@vercel vercel bot commented on 8e02c90 Dec 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.