mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
remove model window assignments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class IdentityData {
|
||||
export class IdentityData {
|
||||
title: string;
|
||||
firstName: string;
|
||||
middleName: string;
|
||||
@@ -39,6 +39,3 @@ class IdentityData {
|
||||
this.licenseNumber = data.LicenseNumber;
|
||||
}
|
||||
}
|
||||
|
||||
export { IdentityData };
|
||||
(window as any).IdentityData = IdentityData;
|
||||
|
||||
Reference in New Issue
Block a user