mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
moved user.active to account.active
This commit is contained in:
parent
af80b39cd0
commit
5f2f9d5ae5
4 changed files with 21 additions and 17 deletions
|
@ -89,6 +89,7 @@ type Account struct {
|
|||
Title string `json:"title"`
|
||||
Message string `json:"message"`
|
||||
Domain string `json:"domain"`
|
||||
Active bool `json:"active"`
|
||||
}
|
||||
|
||||
// Label defines a container for documents.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue