mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
fix(api): update user authorizations after team deletion (#3315)
This commit is contained in:
parent
07db1ca16e
commit
310b6b34da
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ func (service *AuthorizationService) RemoveTeamAccessPolicies(teamID TeamID) err
|
|||
}
|
||||
}
|
||||
|
||||
return nil
|
||||
return service.UpdateUsersAuthorizations()
|
||||
}
|
||||
|
||||
// RemoveUserAccessPolicies will remove all existing access policies associated to the specified user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue