diff options
Diffstat (limited to 'internal/authentication/file_user_provider.go')
| -rw-r--r-- | internal/authentication/file_user_provider.go | 2 |
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 } |
