mirror of
https://github.com/casdoor/casdoor.git
synced 2025-09-09 15:52:55 +08:00
Add MasterPassword to organization.
This commit is contained in:
@@ -207,7 +207,7 @@ func (c *ApiController) GetAccount() {
|
||||
return
|
||||
}
|
||||
|
||||
organization := object.GetOrganizationByUser(user)
|
||||
organization := object.GetMaskedOrganization(object.GetOrganizationByUser(user))
|
||||
|
||||
c.ResponseOk(user, organization)
|
||||
}
|
||||
|
Reference in New Issue
Block a user