From 62704ceb2e4e58315ecb41e900d867f554baa4c9 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Mon, 15 Nov 2021 13:24:26 +0100 Subject: [PATCH] fix double "the" --- proxy/pkg/middleware/basic_auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/pkg/middleware/basic_auth.go b/proxy/pkg/middleware/basic_auth.go index c74c8a509..6b26dbd0c 100644 --- a/proxy/pkg/middleware/basic_auth.go +++ b/proxy/pkg/middleware/basic_auth.go @@ -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