fix double "the"

This commit is contained in:
Willy Kloucek
2021-11-15 13:24:26 +01:00
parent 7dca7b4fae
commit 62704ceb2e

View File

@@ -91,7 +91,7 @@ func BasicAuth(optionSetters ...Option) func(next http.Handler) http.Handler {
}
if options.UserCS3Claim == "userid" {
// set the custom user claim only if users will be looked up by the the userid on the CS3api
// set the custom user claim only if users will be looked up by the userid on the CS3api
// OpaqueId contains the userid configured in STORAGE_LDAP_USER_SCHEMA_UID
claims[options.UserOIDCClaim] = user.Id.OpaqueId