We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e8c16 commit ddc8127Copy full SHA for ddc8127
src/app/auth/components/AuthPageClient.tsx
@@ -29,7 +29,7 @@ const toastService = ToastService.getInstance();
29
const processSocialLogin = async ({ code, socialType, loginPath }: SocialLoginRequestParameter) => {
30
try {
31
const { data } = await axios.post(
32
- `${process.env.NEXT_PUBLIC_MATE_TEST_WEB_HOST_URL}/api/social-login`,
+ `${process.env.NEXT_PUBLIC_META_TEST_WEB_HOST_URL}/api/social-login`,
33
{
34
code,
35
socialType,
0 commit comments