- localpass added.
This commit is contained in:
@@ -23,6 +23,7 @@ var (
|
||||
|
||||
var (
|
||||
ErrLoginTypeNotSupported = errors.New("不支持指定的登录类型")
|
||||
ErrUIDAndPassNotMatch = errors.New("用户与密码不匹配")
|
||||
)
|
||||
|
||||
type LoginInfo struct {
|
||||
|
||||
Reference in New Issue
Block a user