diff --git a/MyApp/Program.cs b/MyApp/Program.cs index 0e34f38..de712e2 100644 --- a/MyApp/Program.cs +++ b/MyApp/Program.cs @@ -44,7 +44,7 @@ services.AddSingleton, IdentityNoOpEmailSender>(); // Uncomment to send emails with SMTP, configure SMTP with "SmtpConfig" in appsettings.json // services.AddSingleton, EmailSender>(); -services.AddScoped, AdditionalUserClaimsPrincipalFactory>(); +// services.AddScoped, AdditionalUserClaimsPrincipalFactory>(); var baseUrl = builder.Configuration["ApiBaseUrl"] ?? (builder.Environment.IsDevelopment() ? "https://localhost:5001" : "http://" + IPAddress.Loopback);