fix: backend optional types + firewall frontend initial code

This commit is contained in:
Domingo Dirutigliano
2023-09-23 02:02:02 +02:00
parent e549d9cf2a
commit ae8dbd9423
12 changed files with 175 additions and 34 deletions

View File

@@ -17,7 +17,7 @@ class PasswordChangeForm(BaseModel):
class ChangePasswordModel(BaseModel):
status: str
access_token: str|None
access_token: str|None = None
class IpInterface(BaseModel):
addr: str