start btn & some css fight
This commit is contained in:
+5
-1
@@ -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(),{
|
||||
|
||||
Reference in New Issue
Block a user