#oauth cleanup

This commit is contained in:
Dominic Villemure
2024-06-09 23:53:43 -04:00
parent 6f76cb2084
commit 66bfeea3ee
4 changed files with 16 additions and 9 deletions

View File

@@ -61,8 +61,6 @@ app.UseCors("AllowHutopyUiPreview");
app.UseAuthentication();
app.UseAuthorization();
// Initialize and seed the db.
await app.InitialiseDatabaseAsync();