Merge pull request #212 from mawoka-myblock/custom-openid-oauth

This commit is contained in:
Mawoka
2023-02-17 15:22:41 +01:00
committed by GitHub
8 changed files with 210 additions and 42 deletions
+1
View File
@@ -7,3 +7,4 @@
export const google_auth_enabled = import.meta.env.VITE_GOOGLE_AUTH_ENABLED === 'true';
export const github_auth_enabled = import.meta.env.VITE_GITHUB_AUTH_ENABLED === 'true';
export const captcha_enabled = import.meta.env.VITE_CAPTCHA_ENABLED === 'true';
export const custom_oauth_name = import.meta.env.VITE_CUSTOM_OAUTH_NAME;