lint fixes
This commit is contained in:
parent
5f341b9638
commit
7933746d82
|
@ -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,
|
||||
}],
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue