We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f76253 commit 1995560Copy full SHA for 1995560
src/config/env.ts
@@ -19,7 +19,7 @@ export const ENV = Object.assign(map['DEV'], common)
19
20
export let AppEnv = {
21
TOKEN: localStorage.getItem('token') ?? '',
22
- IS_OFFICIAL: true,
+ IS_OFFICIAL: false,
23
IS_LOGIN: false,
24
CAN_REQUEST: false,
25
}
0 commit comments