@@ -310,7 +310,8 @@ const Main: FC<IMainProps> = ({
}
const fetchInitData = async () => {
- await checkOrSetAccessToken()
+ if (!isInstalledApp)
+ await checkOrSetAccessToken()
return Promise.all([isInstalledApp
? {
@@ -255,7 +255,8 @@ const TextGeneration: FC<IMainProps> = ({