mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix bug where you cannot create user without stack
This commit is contained in:
parent
1f980484ae
commit
b5dac31ad5
@ -1587,7 +1587,6 @@ class PanelHandler(BaseHandler):
|
||||
user_data = {
|
||||
"roles": roles,
|
||||
'lang': lang,
|
||||
'lang_page': helper.getLangPage(lang),
|
||||
}
|
||||
user_crafty_data = {
|
||||
"permissions_mask": permissions_mask,
|
||||
|
Loading…
Reference in New Issue
Block a user