Merge pull request #3728 from sbwalker/dev

Fix #3723 - cancel from login not redirecting properly
This commit is contained in:
Shaun Walker
2024-02-02 09:07:03 -05:00
committed by GitHub

View File

@ -255,7 +255,7 @@
private void Cancel()
{
NavigationManager.NavigateTo(_returnUrl);
NavigationManager.NavigateTo(WebUtility.UrlDecode(_returnUrl));
}
private async Task Forgot()