diff options
Diffstat (limited to 'internal/authentication/user_provider.go')
| -rw-r--r-- | internal/authentication/user_provider.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/authentication/user_provider.go b/internal/authentication/user_provider.go index f6c63ca57..516345d15 100644 --- a/internal/authentication/user_provider.go +++ b/internal/authentication/user_provider.go @@ -13,4 +13,5 @@ type UserProvider interface { GetDetails(username string) (details *UserDetails, err error) GetDetailsExtended(username string) (details *UserDetailsExtended, err error) UpdatePassword(username, newPassword string) (err error) + Shutdown() (err error) } |
