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 e29354f commit 2283a61Copy full SHA for 2283a61
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) {
+ if (userid !== undefined && Cookies.get('sessionkey')) {
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