Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Apr 11, 2018
1 parent 5f341b9 commit 7933746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/angular/components/two-factor.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}],
});
}
Expand Down

0 comments on commit 7933746

Please sign in to comment.