We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584acfe commit 959422aCopy full SHA for 959422a
1 file changed
modules/material/themes/material/mfa/prompt-for-mfa-webauthn.twig
@@ -12,7 +12,6 @@
12
function verifyWebAuthn() {
13
document.getElementById('instructions').textContent = '{{ '{mfa:webauthn_instructions}'|trans|e('js') }}';
14
const loginChallenge = {{ mfa_option_data|raw }};
15
- console.log(JSON.stringify(loginChallenge));
16
SimpleWebAuthnBrowser.startAuthentication({optionsJSON: loginChallenge.publicKey}).then(submitForm).catch(handleError);
17
}
18
0 commit comments