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