* Changed views to have them in the same layout
* Added Authorization
This commit is contained in:
@@ -33,7 +33,7 @@ builder.Services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme)
|
||||
});
|
||||
|
||||
builder.Services.AddAuthorizationCore();
|
||||
builder.Services.AddScoped<AuthenticationStateProvider, CustomAuthenticationStateProvider>();
|
||||
builder.Services.AddScoped<CustomAuthenticationStateProvider>();
|
||||
|
||||
builder.Services.AddHttpClient("FaKrosnoApi", client =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user