summaryrefslogtreecommitdiff
path: root/internal/authentication/file_user_provider.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/authentication/file_user_provider.go')
-rw-r--r--internal/authentication/file_user_provider.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/authentication/file_user_provider.go b/internal/authentication/file_user_provider.go
index 9be6d8edf..bd7af3417 100644
--- a/internal/authentication/file_user_provider.go
+++ b/internal/authentication/file_user_provider.go
@@ -77,7 +77,7 @@ func (p *FileUserProvider) Reload() (reloaded bool, err error) {
return true, nil
}
-func (p *FileUserProvider) Shutdown() (err error) {
+func (p *FileUserProvider) Close() (err error) {
return nil
}