Merge branch '189-refactor-authentication-module' of https://github.com/ClusterCockpit/cc-backend into 189-refactor-authentication-module

This commit is contained in:
Christoph Kluge
2023-08-18 11:17:33 +02:00
8 changed files with 65 additions and 74 deletions

View File

@@ -19,9 +19,7 @@ type LocalAuthenticator struct {
var _ Authenticator = (*LocalAuthenticator)(nil)
func (la *LocalAuthenticator) Init(
_ interface{}) error {
func (la *LocalAuthenticator) Init() error {
return nil
}