mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(env): remove unused keys (#60878)
This commit is contained in:
committed by
GitHub
parent
579e9cf69c
commit
44e734398f
@@ -201,7 +201,6 @@ export const build = async (
|
||||
// TODO(Post-MVP): add the redirectIfSignedIn hook here, rather than in the
|
||||
// mobileAuth0Routes and authRoutes plugins.
|
||||
await fastify.register(publicRoutes.mobileAuth0Routes);
|
||||
// TODO: consolidate with LOCAL_MOCK_AUTH
|
||||
if (FCC_ENABLE_DEV_LOGIN_MODE) {
|
||||
await fastify.register(publicRoutes.devAuthRoutes);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user