diff --git a/src/main/resources/web/auth.js b/src/main/resources/web/auth.js index 419c898..4a0b5ec 100644 --- a/src/main/resources/web/auth.js +++ b/src/main/resources/web/auth.js @@ -299,6 +299,7 @@ function authNotification(msg, yes, no) { //] }); notification.onclick = e => { + e.preventDefault(); if (e.action == "reject") { no(); } else if (!e.action || e.action == "confirm") {