hsato03 commented on code in PR #8942:
URL: https://github.com/apache/cloudstack/pull/8942#discussion_r1976053627


##########
ui/src/store/modules/user.js:
##########
@@ -231,6 +235,10 @@ const user = {
           commit('SET_LATEST_VERSION', latestVersion)
           notification.destroy()
 
+          await api('listUsers', { userid: result.userid }).then(async 
response => {
+            await 
applyCustomGuiTheme(response.listusersresponse.user[0].accountid, 
result.domainid)
+          })

Review Comment:
   The bug was fixed in the last commit. Thanks @BryanMLima 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to