mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
Fix/web app auth error (#24637)
This commit is contained in:
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user