refactor: social login buttons

This commit is contained in:
Tristan Yang
2022-06-22 12:04:14 +08:00
parent b3b6cd5d6f
commit 3e23c72b6d
7 changed files with 25 additions and 18 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ const baseQueryWithTokenCheck = async (args, api, extraOptions) => {
break;
case 500:
{
toast.error(result.error.data || "server error");
toast.error(result.error.data || "Server Error");
}
break;
case 401: