forked from baron/baron-sso
린트 1
This commit is contained in:
@@ -51,6 +51,7 @@ func (m *MockIdpForSignup) CreateUser(user *domain.BrokerUser, password string)
|
||||
args := m.Called(user, password)
|
||||
return args.String(0), args.Error(1)
|
||||
}
|
||||
|
||||
func (m *MockIdpForSignup) SignIn(loginID, password string) (*domain.AuthInfo, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user