mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 00:17:31 +00:00
@@ -97,7 +97,7 @@ const provider = () => {
|
|||||||
await clearToken();
|
await clearToken();
|
||||||
router.prefetch('/app/list');
|
router.prefetch('/app/list');
|
||||||
|
|
||||||
if (loginStore && state !== loginStore.state) {
|
if (loginStore && loginStore.provider !== 'sso' && state !== loginStore.state) {
|
||||||
toast({
|
toast({
|
||||||
status: 'warning',
|
status: 'warning',
|
||||||
title: t('common:support.user.login.security_failed')
|
title: t('common:support.user.login.security_failed')
|
||||||
|
Reference in New Issue
Block a user