Skip to content

Commit

Permalink
🐛 fix: 로그인 리다이렉트 url 수정
Browse files Browse the repository at this point in the history
baegyeong committed Nov 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9d292df commit 0d2f0cb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/frontend/src/pages/login/Login.tsx
Original file line number Diff line number Diff line change
@@ -19,11 +19,7 @@ export const Login = () => {
<p className="display-medium20">주춤주춤과 함께해요!</p>
</section>
<section className="relative z-10 flex flex-col gap-4">
<LoginButton
to={`${import.meta.env.VITE_BASE_URL}${googleLoginUrl}`}
src={google}
alt="구글 로그인"
/>
<LoginButton to={googleLoginUrl} src={google} alt="구글 로그인" />
</section>
</main>
</div>

0 comments on commit 0d2f0cb

Please sign in to comment.