Skip to content

Commit

Permalink
Fix code scanning alert no. 7: Clear-text logging of sensitive inform…
Browse files Browse the repository at this point in the history
…ation (#1440)

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and steveninhle committed Jan 17, 2025
1 parent e999df0 commit e79fc73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/auth/api/signin.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ func (s *authService) SignIn(
"Sign in failed",
zap.Bool("enabled", config.Enabled),
zap.String("email", request.Email),
zap.String("password", request.Password),
)
dt, err := auth.StatusAccessDenied.WithDetails(&errdetails.LocalizedMessage{
Locale: localizer.GetLocale(),
Expand Down

0 comments on commit e79fc73

Please sign in to comment.