mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Map additional endpoints for Identity.
This commit is contained in:
parent
2694188547
commit
e3da9f00be
@ -285,6 +285,8 @@ app.MapControllers();
|
||||
app.MapRazorComponents<App>()
|
||||
.AddInteractiveServerRenderMode();
|
||||
|
||||
app.MapAdditionalIdentityEndpoints();
|
||||
|
||||
using (var scope = app.Services.CreateScope())
|
||||
{
|
||||
using var context = scope.ServiceProvider.GetRequiredService<AppDb>();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user