mirror of
https://github.com/go-gitea/gitea
synced 2025-07-16 07:18:37 +00:00
golint fixed for modules/auth
This commit is contained in:
@@ -10,6 +10,7 @@ import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
func PAMAuth(serviceName, userName, passwd string) error {
|
||||
// Auth not supported lack of pam tag
|
||||
func Auth(serviceName, userName, passwd string) error {
|
||||
return errors.New("PAM not supported")
|
||||
}
|
||||
|
Reference in New Issue
Block a user