Add missing mock value

This commit is contained in:
Joseph Garrone 2024-05-14 00:03:48 +02:00
parent 0b21c04d82
commit 05a223d5f0

View File

@ -443,7 +443,8 @@ export const kcContextMocks = [
"digits": 6,
"lookAheadWindow": 1,
"type": "totp",
"period": 30
"period": 30,
"getAlgorithmKey": () => "SHA1"
}
}
}),