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
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Question
Hi,
How can I get AuthenticationState in ViewModel? I'm trying with:
[CascadingParameter] Task AuthenticationState { get; set; }
but it is always null.
Thanks.
Code sample
No response
Version
6.0.6
Are you using Blazor WASM or Blazor Server?
Blazor WASM