mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
remove model window assignments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class IdentityTokenResponse {
|
||||
export class IdentityTokenResponse {
|
||||
accessToken: string;
|
||||
expiresIn: number;
|
||||
refreshToken: string;
|
||||
@@ -19,6 +19,3 @@ class IdentityTokenResponse {
|
||||
this.twoFactorToken = response.TwoFactorToken;
|
||||
}
|
||||
}
|
||||
|
||||
export { IdentityTokenResponse };
|
||||
(window as any).IdentityTokenResponse = IdentityTokenResponse;
|
||||
|
||||
Reference in New Issue
Block a user