1
0
forked from baron/baron-sso
This commit is contained in:
2026-02-19 17:14:41 +09:00
parent 8664c5f17a
commit ba7cca3c60
2 changed files with 16 additions and 0 deletions

View File

@@ -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
}