mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-14 20:41:21 +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