Skip to content

Commit

Permalink
feat: one more place
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk committed Jul 1, 2024
1 parent b36d6de commit e0afd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arborist/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func (server *Server) handleAuthMappingGET(w http.ResponseWriter, r *http.Reques
return
}
server.logger.Info("found username in jwt: %s", info.username)
username = info.username
username = strings.ToLower(info.username)
}

usernameProvided := username != ""
Expand Down

0 comments on commit e0afd86

Please sign in to comment.