We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6fca1 commit 6773837Copy full SHA for 6773837
projects/app/src/pages/login/provider.tsx
@@ -97,7 +97,7 @@ const provider = () => {
97
await clearToken();
98
router.prefetch('/app/list');
99
100
- if (loginStore && state !== loginStore.state) {
+ if (loginStore && loginStore.provider !== 'sso' && state !== loginStore.state) {
101
toast({
102
status: 'warning',
103
title: t('common:support.user.login.security_failed')
0 commit comments