mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-27 14:06:44 +00:00
fix merge
This commit is contained in:
@@ -861,7 +861,7 @@ func (o *OPStorage) assertUserResourceOwner(ctx context.Context, userID string)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
resourceOwner, err := o.query.OrgByID(ctx, true, user.ResourceOwner)
|
||||
resourceOwner, err := o.query.OrgByID(ctx, user.ResourceOwner)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user