diff --git a/web/app/(shareLayout)/webapp-signin/page.tsx b/web/app/(shareLayout)/webapp-signin/page.tsx index a7561a1b6f..3d27377610 100644 --- a/web/app/(shareLayout)/webapp-signin/page.tsx +++ b/web/app/(shareLayout)/webapp-signin/page.tsx @@ -72,6 +72,8 @@ const WebSSOForm: FC = () => { router.push(oauth2Res.url) break } + case '': + break default: showErrorToast('SSO protocol is not supported.') }