aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/interface.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/auth/interface.go')
-rw-r--r--services/auth/interface.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/auth/interface.go b/services/auth/interface.go
index f2f1aaf39c..c4a8a20d01 100644
--- a/services/auth/interface.go
+++ b/services/auth/interface.go
@@ -13,7 +13,7 @@ import (
)
// DataStore represents a data store
-type DataStore middleware.DataStore
+type DataStore middleware.ContextDataStore
// SessionStore represents a session store
type SessionStore session.Store