Skip to content
Snippets Groups Projects
Commit 5c97048c authored by ale's avatar ale
Browse files

Meaningless JS change to rebuild with different ID

parent 2006464b
Branches
No related tags found
No related merge requests found
Pipeline #79520 passed
...@@ -100,7 +100,7 @@ document.addEventListener("DOMContentLoaded", function() { ...@@ -100,7 +100,7 @@ document.addEventListener("DOMContentLoaded", function() {
// RFC, if present, as that's just confusing to the user. // RFC, if present, as that's just confusing to the user.
var msg = error.message.replace(/\..*$/, '.'); var msg = error.message.replace(/\..*$/, '.');
document.getElementById('u2fError').innerText = msg; document.getElementById('u2fError').innerText = msg;
console.log('WebAuthN Error: ' + msg); console.log('WebAuthN ERROR: ' + msg);
}); });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment