1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Add ability to edit client organization name (#9103)

This commit is contained in:
Alex Morask
2024-05-14 09:22:32 -04:00
committed by GitHub
parent 16971be52d
commit 26c08123bb
9 changed files with 143 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
export class UpdateClientOrganizationRequest {
assignedSeats: number;
name: string;
}