This commit is contained in:
creeper123123321 2024-06-06 18:08:41 -03:00
parent 2462d26b3e
commit ee58150767

View File

@ -362,7 +362,7 @@ function authNotification(msg: string, yes: () => void, no: () => void) {
// @ts-ignore
let tag = uuid.v4();
navigator.serviceWorker.ready.then(r => {
val options = {
let options = {
body: msg,
tag: tag,
vibrate: [200, 10, 100, 200, 100, 10, 100, 10, 200],