Skip to content

Commit 959422a

Browse files
committed
Revert "add a console.log to debug simplewebauthn"
This reverts commit aa109bf.
1 parent 584acfe commit 959422a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

modules/material/themes/material/mfa/prompt-for-mfa-webauthn.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
function verifyWebAuthn() {
1313
document.getElementById('instructions').textContent = '{{ '{mfa:webauthn_instructions}'|trans|e('js') }}';
1414
const loginChallenge = {{ mfa_option_data|raw }};
15-
console.log(JSON.stringify(loginChallenge));
1615
SimpleWebAuthnBrowser.startAuthentication({optionsJSON: loginChallenge.publicKey}).then(submitForm).catch(handleError);
1716
}
1817

0 commit comments

Comments
 (0)