Javascript – Custom AuthenticationStateProviderService error on localstorage
I have a CustomAuthenticationStateProviderService. At first I was using a constant for storing the JWTToken but now I want to switch to using local storage. public class Constants { public static string JWTToken { get; set; } = ""; }…