✨ Implemented Oauth in frontend and fixed it in backend
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
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';
|
||||
Reference in New Issue
Block a user