add superuser class to obscure superuser_id for admin in the ui
This commit is contained in:
@@ -63,6 +63,7 @@ class User(BaseModel):
|
||||
wallets: List[Wallet] = []
|
||||
password: Optional[str] = None
|
||||
admin: bool = False
|
||||
super_user: bool = False
|
||||
|
||||
@property
|
||||
def wallet_ids(self) -> List[str]:
|
||||
|
||||
Reference in New Issue
Block a user