mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
lint fixes
This commit is contained in:
@@ -7,7 +7,7 @@ class TokenRequest {
|
||||
device?: any;
|
||||
|
||||
constructor(email: string, masterPasswordHash: string, provider: number,
|
||||
token: string, remember: boolean, device?: any) {
|
||||
token: string, remember: boolean, device?: any) {
|
||||
this.email = email;
|
||||
this.masterPasswordHash = masterPasswordHash;
|
||||
this.token = token;
|
||||
|
||||
Reference in New Issue
Block a user