aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/session.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/auth/session.go')
-rw-r--r--services/auth/session.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/auth/session.go b/services/auth/session.go
index c751135738..52cfb8ac21 100644
--- a/services/auth/session.go
+++ b/services/auth/session.go
@@ -14,7 +14,6 @@ import (
// Ensure the struct implements the interface.
var (
_ Method = &Session{}
- _ Named = &Session{}
)
// Session checks if there is a user uid stored in the session and returns the user