Added UI for custom OpenID login

This commit is contained in:
Mawoka
2023-02-17 15:22:13 +01:00
parent dd8be0a772
commit af5abc8d5b
3 changed files with 70 additions and 40 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;