mirror of
https://github.com/appen-isen/site-interpromo-2024.git
synced 2026-01-18 16:37:30 +01:00
Fix autoCancellation error
This commit is contained in:
@@ -3,8 +3,6 @@ import PocketBase from '../pocketbase.es.mjs'
|
||||
|
||||
const pb = new PocketBase("https://pocketbase.appen.fr");
|
||||
|
||||
pb.autoCancellation(false);
|
||||
|
||||
//Connexion
|
||||
if (window.location.href.includes("login.html")) {
|
||||
const loginButton = document.querySelector('button[type="submit"]');
|
||||
|
||||
Reference in New Issue
Block a user