Skip to content

Commit

Permalink
load configs before adding auth
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed May 6, 2024
1 parent de1d9d3 commit 5f92afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/Jordnaer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
builder.Services.AddRazorComponents()
.AddInteractiveServerComponents();

builder.AddAzureAppConfiguration();

builder.AddAuthentication();

builder.Services.AddAuthorization();

builder.AddAzureAppConfiguration();

builder.AddSerilog();

builder.AddDatabase();
Expand Down

0 comments on commit 5f92afc

Please sign in to comment.