1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

lint fixes

This commit is contained in:
Kyle Spearrin
2017-11-01 13:40:38 -04:00
parent 51f2c9a30c
commit 9ffbd0bb69
5 changed files with 12 additions and 57 deletions

View File

@@ -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;