Complete rework of WebauthnRegister

This commit is contained in:
Joseph Garrone
2024-09-10 09:57:47 +02:00
parent 72c31776d7
commit 50e38b6a10
5 changed files with 107 additions and 202 deletions

View File

@ -30,7 +30,7 @@ export function useScript(params: { authButtonId: string; kcContext: KcContextLi
const { msgStr, isFetchingTranslations } = i18n;
const { insertScriptTags } = useInsertScriptTags({
componentOrHookName: "LoginRecoveryAuthnCodeConfig",
componentOrHookName: "WebauthnAuthenticate",
scriptTags: [
{
type: "module",