mirror of
https://github.com/bitwarden/web
synced 2025-12-21 10:43:26 +00:00
implement identifier update in org settings (#601)
This commit is contained in:
@@ -65,6 +65,7 @@ export class AccountComponent {
|
||||
request.name = this.org.name;
|
||||
request.businessName = this.org.businessName;
|
||||
request.billingEmail = this.org.billingEmail;
|
||||
request.identifier = this.org.identifier;
|
||||
this.formPromise = this.apiService.putOrganization(this.organizationId, request).then(() => {
|
||||
return this.syncService.fullSync(true);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user