Skip to content

Commit

Permalink
refactor: 구글 로그인 관련 컨텐츠 숨김
Browse files Browse the repository at this point in the history
  • Loading branch information
brgndyy committed Aug 29, 2024
1 parent 81ee454 commit 31a84a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ export default function LoginModalContent({ handleClose }: Props) {
value={formState.userEmail}
isLoginMode={isLoginMode}
/>
<div className={`${orLogo} ${myStyle}`}>
{/* <div className={`${orLogo} ${myStyle}`}>
<p>또는</p>
</div>
<OAuthIcons />
<OAuthIcons /> */}
<LoginModeToggle isLoginMode={isLoginMode} handleToggleAuthMode={handleToggleAuthMode} />
</div>
</div>
Expand Down

0 comments on commit 31a84a9

Please sign in to comment.