Add missing mapping to identity endpoints.
(Logout did not work for example)
This commit is contained in:
parent
b365dd342d
commit
3e5d94e26f
@ -85,4 +85,7 @@ app.UseAntiforgery();
|
|||||||
app.MapRazorComponents<App>()
|
app.MapRazorComponents<App>()
|
||||||
.AddInteractiveServerRenderMode(); // Provides server interactivity.
|
.AddInteractiveServerRenderMode(); // Provides server interactivity.
|
||||||
|
|
||||||
|
// Add additional endpoints required by the Identity /Account Razor components.
|
||||||
|
app.MapAdditionalIdentityEndpoints();
|
||||||
|
|
||||||
app.Run();
|
app.Run();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user