mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 16:15:59 +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…
x
Reference in New Issue
Block a user