diff options
Diffstat (limited to 'services/auth/basic.go')
-rw-r--r-- | services/auth/basic.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/auth/basic.go b/services/auth/basic.go index 36480568ff..ea8df3d0ea 100644 --- a/services/auth/basic.go +++ b/services/auth/basic.go @@ -21,7 +21,6 @@ import ( // Ensure the struct implements the interface. var ( _ Method = &Basic{} - _ Named = &Basic{} ) // BasicMethodName is the constant name of the basic authentication method |