2 writes to isAuthorized
Microsoft.AspNetCore.Components.Authorization (2)
AuthorizeViewCore.cs (2)
88
isAuthorized
= null;
91
isAuthorized
= await IsAuthorizedAsync(currentAuthenticationState.User);
2 references to isAuthorized
Microsoft.AspNetCore.Components.Authorization (2)
AuthorizeViewCore.cs (2)
55
if (
isAuthorized
== null)
59
else if (
isAuthorized
== true)