@@ -11,7 +11,7 @@ const store = configStore()
const App = (props)=> {
const {user, getUser} = useUser(store)
- const code = getCode()
+ const code = process.env.NODE_ENV === 'production' ? getCode() : 'test'
useEffect(() => {
if (!user || !user.userId) {