Skip to content

Commit 6374971

Browse files
committed
Remove trailing whitespaces
1 parent 9e4db1d commit 6374971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ fetch('config.json?ts=' + Date.now())
104104
const userid = Cookies.get('userid')
105105
let accountid = null
106106
let domainid = null
107-
107+
108108
if (userid !== undefined && Cookies.get('sessionkey')) {
109109
await api('listUsers', { userid: userid }).then(response => {
110110
accountid = response.listusersresponse.user[0].accountid
111111
domainid = response.listusersresponse.user[0].domainid
112112
})
113113
}
114-
114+
115115
await applyCustomGuiTheme(accountid, domainid)
116116

117117
loadLanguageAsync().then(() => {

0 commit comments

Comments
 (0)