mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
remove model window assignments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class CardData {
|
||||
export class CardData {
|
||||
cardholderName: string;
|
||||
brand: string;
|
||||
number: string;
|
||||
@@ -15,6 +15,3 @@ class CardData {
|
||||
this.code = data.Code;
|
||||
}
|
||||
}
|
||||
|
||||
export { CardData };
|
||||
(window as any).CardData = CardData;
|
||||
|
||||
Reference in New Issue
Block a user