We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316f17f commit 16a8292Copy full SHA for 16a8292
ui/src/main.js
@@ -70,7 +70,7 @@ fetch('config.json').then(response => response.json()).then(async config => {
70
let accountid = null
71
let domainid = null
72
73
- if (userid !== undefined && Cookies.get('sessionkey')) {
+ if (userid !== undefined) {
74
await api('listUsers', { userid: userid }).then(response => {
75
accountid = response.listusersresponse.user[0].accountid
76
domainid = response.listusersresponse.user[0].domainid
0 commit comments