Add missing mock value
This commit is contained in:
parent
0b21c04d82
commit
05a223d5f0
@ -443,7 +443,8 @@ export const kcContextMocks = [
|
||||
"digits": 6,
|
||||
"lookAheadWindow": 1,
|
||||
"type": "totp",
|
||||
"period": 30
|
||||
"period": 30,
|
||||
"getAlgorithmKey": () => "SHA1"
|
||||
}
|
||||
}
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user