We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6c8f0 commit afbf8a0Copy full SHA for afbf8a0
app.js
@@ -298,7 +298,7 @@ async function setAttachment() {
298
let newAttachment = $('select[name="attachment"]').value || "";
299
currentAttachment = newAttachment;
300
301
- if (newAttachment === "conditional") {
+ if (currentMediation === "conditional") {
302
abortController.abort();
303
abortController = new AbortController();
304
void enableWebAuthnAutocomplete();
0 commit comments