From fd177a9ea2eed94a7cdb375f7ed71a0a4cc45e08 Mon Sep 17 00:00:00 2001 From: Shin-Yu-1 Date: Sun, 3 Aug 2025 08:45:21 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20origin=20=EC=A3=BC=EC=86=8C=20=EB=B9=84?= =?UTF-8?q?=EA=B5=90=EB=AC=B8=EB=95=8C=EB=AC=B8=EC=97=90=20=EB=B0=9C?= =?UTF-8?q?=EC=83=9D=ED=95=9C=20=EA=B2=83=20=ED=99=95=EC=9D=B8=ED=95=98?= =?UTF-8?q?=EC=97=AC=20=EC=A0=9C=EA=B1=B0=ED=95=A8.=20/=20DP-205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../molecules/GitHubLoginButton/GitHubLoginButton.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/molecules/GitHubLoginButton/GitHubLoginButton.tsx b/src/components/molecules/GitHubLoginButton/GitHubLoginButton.tsx index 5e56d9b6..45651c24 100644 --- a/src/components/molecules/GitHubLoginButton/GitHubLoginButton.tsx +++ b/src/components/molecules/GitHubLoginButton/GitHubLoginButton.tsx @@ -31,8 +31,6 @@ const GitHubLoginButton = () => { } const handleMessage = (event: MessageEvent) => { - if (event.origin !== 'http://localhost:8080') return; - const { type, response } = event.data; if (type === 'GITHUB_LOGIN_SUCCESS') { setAuthSocialLogin(response);