-
Notifications
You must be signed in to change notification settings - Fork 955
Closed
Milestone
Description
coder/enterprise/coderd/userauth.go
Lines 27 to 33 in 993c1a6
orgs, err := tx.GetOrganizationsByUserID(ctx, userID) | |
if err != nil { | |
return xerrors.Errorf("get user orgs: %w", err) | |
} | |
if len(orgs) != 1 { | |
return xerrors.Errorf("expected 1 org, got %d", len(orgs)) | |
} |
blocked by #11934
Metadata
Metadata
Assignees
Labels
No labels