Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Mar 6, 2024
1 parent b004c6d commit 648063a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MyApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
var builder = WebApplication.CreateBuilder(args);
var services = builder.Services;

services.AddDatabaseDeveloperPageExceptionFilter();

services.AddAuthorization();
services.AddIdentity<ApplicationUser, IdentityRole>(options => {
//options.User.AllowedUserNameCharacters = null;
Expand Down

0 comments on commit 648063a

Please sign in to comment.