diff --git a/web/src/app/context/AuthProvider.jsx b/web/src/app/context/AuthProvider.jsx index 02b5016..bcd0d4b 100644 --- a/web/src/app/context/AuthProvider.jsx +++ b/web/src/app/context/AuthProvider.jsx @@ -186,7 +186,7 @@ const ProductionAuthProvider = ({ children }) => { }; export const AuthProvider = ({ children }) => { - if (Config.IS_PRODUCTION) { + if (!Config.DEBUG) { return {children}; }