fix jwt in web (#545)

pull/552/head
zxhlyh 3 years ago committed by GitHub
parent d49ac1e4ac
commit 9af0da4450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save