From 6ad6fef07ffb858566d770846562e37cd9010be4 Mon Sep 17 00:00:00 2001 From: "Matt H." Date: Mon, 2 Dec 2024 11:31:42 -0500 Subject: [PATCH] Revise "Try again" button's ID for clarity --- .../themes/material/mfa/prompt-for-mfa-webauthn.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/material/themes/material/mfa/prompt-for-mfa-webauthn.twig b/modules/material/themes/material/mfa/prompt-for-mfa-webauthn.twig index 650d062..6c04006 100644 --- a/modules/material/themes/material/mfa/prompt-for-mfa-webauthn.twig +++ b/modules/material/themes/material/mfa/prompt-for-mfa-webauthn.twig @@ -63,8 +63,8 @@ return input; } - - document.getElementById('showBtn').addEventListener('click', verifyWebAuthn); + + document.getElementById('retryButton').addEventListener('click', verifyWebAuthn); verifyWebAuthn(); }); @@ -122,7 +122,7 @@