fix: null properties bug

Signed-off-by: wasabi <690898835@qq.com>
This commit is contained in:
wasabi 2021-07-04 12:19:39 +08:00
parent 264bf5c447
commit 8e6e427ce6

View File

@ -46,6 +46,7 @@ func initBuiltInUser() {
IsAdmin: true,
IsGlobalAdmin: true,
IsForbidden: false,
Properties: make(map[string]string),
}
AddUser(user)
}