mirror of
https://github.com/langgenius/dify.git
synced 2026-01-14 06:07:33 +08:00
fix: break switch logic if the sso protocol is empty (#18783)
This commit is contained in:
parent
1769ce16f3
commit
cbb1d722a5
@ -72,6 +72,8 @@ const WebSSOForm: FC = () => {
|
||||
router.push(oauth2Res.url)
|
||||
break
|
||||
}
|
||||
case '':
|
||||
break
|
||||
default:
|
||||
showErrorToast('SSO protocol is not supported.')
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user