1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-26 23:09:46 +02:00

lint fixes

This commit is contained in:
Kyle Spearrin 2018-04-10 23:49:09 -04:00
parent 5f341b9638
commit 7933746d82

View File

@ -107,7 +107,7 @@ export class TwoFactorComponent implements OnInit, OnDestroy {
challenge: challenges[0].challenge,
keys: [{
version: challenges[0].version,
keyHandle: challenges[0].keyHandle
keyHandle: challenges[0].keyHandle,
}],
});
}