added email verification

This commit is contained in:
andrei-mihnea-cerbu
2025-02-04 19:08:34 +02:00
parent 9baec7a7cb
commit dcf505c89b
67 changed files with 3922 additions and 3638 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
document.addEventListener('DOMContentLoaded', async function () {
await new Promise(resolve => setTimeout(resolve, 7000));
window.electronAPI.changeContent('login');
await window.databaseAPI.resetInternalDatabase();
await window.uiAPI.stopWorkers();
await window.uiAPI.changeContent('welcome');
});