mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:57:33 +00:00
fix: return userID on org setup (#3623)
This commit is contained in:
@@ -67,7 +67,7 @@ func (l *Login) handleRegisterOrgCheck(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
_ = userIDs //TODO: handle userIDs
|
||||
_, err = l.command.SetUpOrg(ctx, data.toCommandOrg())
|
||||
_, _, err = l.command.SetUpOrg(ctx, data.toCommandOrg())
|
||||
if err != nil {
|
||||
l.renderRegisterOrg(w, r, authRequest, data, err)
|
||||
return
|
||||
|
Reference in New Issue
Block a user