mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-02 19:40:19 +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