Update nach User-Passwort-Change
This commit is contained in:
@@ -26,10 +26,11 @@ namespace BlazorApp.Pages.Admin
|
||||
if (!authenticationState.User.Identity.IsAuthenticated)
|
||||
{
|
||||
NavigationManager.NavigateTo($"/identity/account/login");
|
||||
// string returnUrl = WebUtility.UrlEncode($"/");
|
||||
// NavigationManager.NavigateTo(WebUtility.UrlEncode("/identity/Account/Login"));
|
||||
// string returnUrl = WebUtility.UrlEncode($"/");
|
||||
// NavigationManager.NavigateTo(WebUtility.UrlEncode("/identity/Account/Login"));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user