Skip to content

Commit

Permalink
update DependencyInjection.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
junioranheu authored Jan 10, 2025
1 parent 080fff8 commit be72c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Auth.Infrastructure/DependencyInjection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private static void AddServices(IServiceCollection services, WebApplicationBuild
services.Configure<JwtSettings>(builder.Configuration.GetSection(JwtSettings.SectionName));
}

private static readonly string[] onChallengeError = ["Acesso negado. Você não tem autorização para acessar este recurso porque não tem permissão ou não está autenticado."];
private static readonly string[] onChallengeError = ["Acesso negado. Você não tem permissão para acessar este recurso ou não está autenticado."];

private static void AddAuth(IServiceCollection services, WebApplicationBuilder builder)
{
Expand Down

0 comments on commit be72c0d

Please sign in to comment.