mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
[EC-338] Update SCIM code naming conventions (revoked/restore) (#3160)
This commit is contained in:
@@ -120,12 +120,12 @@ export class PeopleComponent
|
||||
return this.apiService.deleteProviderUser(this.providerId, id);
|
||||
}
|
||||
|
||||
deactivateUser(id: string): Promise<any> {
|
||||
revokeUser(id: string): Promise<any> {
|
||||
// Not implemented.
|
||||
return null;
|
||||
}
|
||||
|
||||
activateUser(id: string): Promise<any> {
|
||||
restoreUser(id: string): Promise<any> {
|
||||
// Not implemented.
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user