diff options
Diffstat (limited to 'internal/auth/auth.go')
-rw-r--r-- | internal/auth/auth.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/auth/auth.go b/internal/auth/auth.go index c1fef5fc..085da275 100644 --- a/internal/auth/auth.go +++ b/internal/auth/auth.go @@ -84,7 +84,7 @@ type Provider interface { Authenticate(login, password string) (*ExternalAccount, error) // Config returns the underlying configuration of the authenticate provider. - Config() interface{} + Config() any // HasTLS returns true if the authenticate provider supports TLS. HasTLS() bool // UseTLS returns true if the authenticate provider is configured to use TLS. |