Skip to content

Commit

Permalink
Design: 로그인 리다이렉트 페이지 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkSohyunee committed Nov 23, 2024
1 parent 76a3a10 commit 0c3ca4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/auth/redirect/kakao/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ export default function KakaoRedirectPage() {
alignItems: 'center',
justifyContent: 'center',
height: '100vh',
maxWidth: 430,
margin: 'auto',
}}
>
<Loading />
Expand Down

0 comments on commit 0c3ca4a

Please sign in to comment.