mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 08:13:16 +08:00
remove unused admin column
This commit is contained in:
parent
c878e07c78
commit
c6a2af3c3c
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ class UserAdmin(SLModelView):
|
|||
def scaffold_list_columns(self):
|
||||
ret = super().scaffold_list_columns()
|
||||
ret.insert(0, "upgrade_channel")
|
||||
ret.insert(0, "premium_end")
|
||||
return ret
|
||||
|
||||
@action(
|
||||
|
|
Loading…
Reference in a new issue