Fix/web app auth error (#24637)

This commit is contained in:
NFish
2025-08-27 18:00:25 +08:00
committed by GitHub
parent 2a29c61041
commit 22b11e4b43
4 changed files with 14 additions and 14 deletions

View File

@@ -32,6 +32,7 @@ export const checkOrSetAccessToken = async (appCode?: string | null) => {
[userId || 'DEFAULT']: res.access_token,
}
localStorage.setItem('token', JSON.stringify(accessTokenJson))
localStorage.removeItem(CONVERSATION_ID_INFO)
}
}