Add MasterPassword to organization.

This commit is contained in:
Gucheng Wang
2021-11-06 21:14:53 +08:00
parent 4d71725bf5
commit 467d709b8e
6 changed files with 39 additions and 5 deletions

View File

@ -207,7 +207,7 @@ func (c *ApiController) GetAccount() {
return
}
organization := object.GetOrganizationByUser(user)
organization := object.GetMaskedOrganization(object.GetOrganizationByUser(user))
c.ResponseOk(user, organization)
}