start btn & some css fight

This commit is contained in:
STEINNI
2025-08-29 21:17:04 +00:00
parent 56bc07eade
commit 3fc9b0731e
7 changed files with 165 additions and 139 deletions
+5 -1
View File
@@ -96,13 +96,17 @@ class myUser extends app.LoadedClasses.User {
headers = { 'x-requested-path': url.pathname };
}
document.getElementById('startbtn').addEventListener('click', () => {
console.log('====> click')
callBack()
})
this.identity = {
uuid: 'nike',
email: 'info@nicsys.eu'
};
this.roles = ['admin']
this.isAuthenticated = true
setTimeout(callBack, 20000);
//setTimeout(callBack, 20000);
/*
fetch(app.config.userLib.authEndpoint+'?'+crypto.randomUUID(),{