fix bad redirection (#608)
* fix bad redirection fix cleanning of local storage on startup * update all nuget package * avoid magic string
This commit is contained in:
@@ -125,7 +125,7 @@ namespace Microsoft.eShopWeb.Web.Controllers
|
||||
await _emailSender.SendEmailConfirmationAsync(email, callbackUrl);
|
||||
|
||||
StatusMessage = "Verification email sent. Please check your email.";
|
||||
return RedirectToAction(nameof(Index));
|
||||
return RedirectToAction(nameof(MyAccount));
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
|
||||
Reference in New Issue
Block a user