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
Right now, you have to return Redirect("/url/to/page"). We should have a first-class method for this so that you don't have to pass in the URL, e.g. return RedirectToSenf();
Right now, you have to
return Redirect("/url/to/page"). We should have a first-class method for this so that you don't have to pass in the URL, e.g.return RedirectToSenf();