admin-panel-fix
Some checks failed
Deploy on push / deploy (push) Failing after 4m49s

This commit is contained in:
2025-08-31 23:41:00 +03:00
parent 7258ddf059
commit 537f1db2db
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ class EnvVariable:
key: str
value: str
description: str
type: str = "string"
is_secret: bool = False