mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-16 06:16:53 +08:00
Feat/enterprise sso (#3602)
This commit is contained in:
@@ -39,6 +39,10 @@ export default function AppSelector({ isMobile }: IAppSelecotr) {
|
||||
url: '/logout',
|
||||
params: {},
|
||||
})
|
||||
|
||||
if (localStorage?.getItem('console_token'))
|
||||
localStorage.removeItem('console_token')
|
||||
|
||||
router.push('/signin')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user