fix: oidc login

This commit is contained in:
Tristan Yang
2022-08-22 17:08:18 +08:00
parent 206c7ac86f
commit 608fa802b0
3 changed files with 12 additions and 19 deletions
+1
View File
@@ -97,6 +97,7 @@ const baseQueryWithTokenCheck = async (args, api, extraOptions) => {
}
break;
case 500:
case 503:
{
toast.error(result.error.data || "Server Error");
}