mirror of https://github.com/langgenius/dify.git
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