Skip to content

Commit

Permalink
Update v1 auth module
Browse files Browse the repository at this point in the history
  • Loading branch information
aleccohan committed Nov 2, 2023
1 parent 6ac29f1 commit f2d8b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/handlers/auth_v1_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type User struct {

func AuthV1Handler(w http.ResponseWriter, r *http.Request) {
switch config.Get().UsersModule {
case awsModule, mockModule, keycloakModule:
case amsModule, mockModule, keycloakModule:
gatewayCN, err := getCertCN(r.Header.Get(CertHeader))
if err != nil {
do400(w, err.Error())
Expand Down

0 comments on commit f2d8b02

Please sign in to comment.