feat: add app & admin cookie secure variable to dashboard

Todo: Generate graphql (i don't work on my PC (Windows))
This commit is contained in:
Jerebtw
2022-09-27 23:17:58 +02:00
parent 89cea39c41
commit 0e3242372b
5 changed files with 219 additions and 128 deletions

View File

@@ -71,6 +71,8 @@ const Environment = () => {
ORGANIZATION_LOGO: '',
CUSTOM_ACCESS_TOKEN_SCRIPT: '',
ADMIN_SECRET: '',
DISABLE_APP_COOKIE_SECURE: false,
DISABLE_ADMIN_COOKIE_SECURE: false,
DISABLE_LOGIN_PAGE: false,
DISABLE_MAGIC_LINK_LOGIN: false,
DISABLE_EMAIL_VERIFICATION: false,