From 716207e994a014e58321a8a8865f69994ce0b72a Mon Sep 17 00:00:00 2001 From: creeper123123321 <7974274+creeper123123321@users.noreply.github.com> Date: Sun, 21 Mar 2021 10:47:20 -0300 Subject: [PATCH] vibrate on notification --- src/main/resources/web/auth.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/web/auth.js b/src/main/resources/web/auth.js index 47535f1..14b7370 100644 --- a/src/main/resources/web/auth.js +++ b/src/main/resources/web/auth.js @@ -326,6 +326,7 @@ function authNotification(msg, yes, no) { r.showNotification("Click to allow auth impersionation", { body: msg, tag: tag, + vibrate: [200,10,100,200,100,10,100,10,200], actions: [ {action: "reject", title: "Reject"}, {action: "confirm", title: "Confirm"}