fix
This commit is contained in:
parent
14805dbfc4
commit
abbb77ba3a
@ -186,7 +186,7 @@ const ProductionAuthProvider = ({ children }) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const AuthProvider = ({ children }) => {
|
export const AuthProvider = ({ children }) => {
|
||||||
if (Config.IS_PRODUCTION) {
|
if (!Config.DEBUG) {
|
||||||
return <ProductionAuthProvider>{children}</ProductionAuthProvider>;
|
return <ProductionAuthProvider>{children}</ProductionAuthProvider>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user