Add missing mock value
This commit is contained in:
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
Reference in New Issue
Block a user