mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
remove model window assignments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class ProfileOrganizationResponse {
|
||||
export class ProfileOrganizationResponse {
|
||||
id: string;
|
||||
name: string;
|
||||
useGroups: boolean;
|
||||
@@ -25,6 +25,3 @@ class ProfileOrganizationResponse {
|
||||
this.type = response.Type;
|
||||
}
|
||||
}
|
||||
|
||||
export { ProfileOrganizationResponse };
|
||||
(window as any).ProfileOrganizationResponse = ProfileOrganizationResponse;
|
||||
|
||||
Reference in New Issue
Block a user