mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 21:01:40 +02:00
Cleanup and adapt to new structure
This commit is contained in:
@@ -20,10 +20,8 @@ type LocalAuthenticator struct {
|
||||
var _ Authenticator = (*LocalAuthenticator)(nil)
|
||||
|
||||
func (la *LocalAuthenticator) Init(
|
||||
auth *Authentication,
|
||||
_ interface{}) error {
|
||||
|
||||
la.auth = auth
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user