You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnRedirectToAction("AccountConfirmation",new{isConfirmed=true,message="You have successfully confirmed your email. Now, you can login to the system."});
153
+
returnRedirectToAction("AccountConfirmation",new{isConfirmed=true,message="You have successfully confirmed your email. Now, you can login to the system."});
158
154
}
159
155
160
156
returnRedirectToAction("AccountConfirmation",new{isConfirmed=false,message="There was an error confirming your email. Please, try again."});
0 commit comments