mirror of https://github.com/apache/cloudstack.git
bug 12177: Fix incorrect user data on auto-login, which was breaking add project
This commit is contained in:
parent
586febd4c1
commit
a25728b19d
|
|
@ -108,7 +108,8 @@
|
|||
|
||||
return userValid ? {
|
||||
user: {
|
||||
login: g_username,
|
||||
username: g_username,
|
||||
account: g_account,
|
||||
name: g_userfullname,
|
||||
role: g_role,
|
||||
domainid: g_domainid
|
||||
|
|
|
|||
Loading…
Reference in New Issue