Adds New Frontend Env Variable

This commit is contained in:
2023-12-29 04:53:59 -03:00
parent 1371fbb968
commit 5cb3bfed40
2 changed files with 6 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ def validate_frontend_secret(secret: str):
'frontendPath',
'backendUrl',
'backendOAuthUrl',
'githubUser'
]
for key in required_keys: