Skip to content

Commit

Permalink
fix unwanted reasoning in TestAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMHD committed Feb 24, 2024
1 parent d04648b commit 017da2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/auth/authenticator.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ func (a *Authenticator) TestAccess(request *Request, wsvc WebservicesCacheEntry)
return
}
}
reason = CerberusReasonOK
return
}

Expand Down

0 comments on commit 017da2a

Please sign in to comment.