Skip to content

Commit 92111b6

Browse files
committed
fix : login fix
1 parent d8fa40c commit 92111b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/sign/(sign)/SignLayout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const SignLayout = () => {
131131
<section className="w-[90%] sm:w-full max-w-[320px] mx-auto items-center mt-6 flex flex-col gap-3 mb-4">
132132
{/* <KakaoLogin setLoginType={setLoginType} /> */}
133133
{/* <NaverLogin setLoginType={setLoginType} /> */}
134-
<GoogleLogin setLoginType={setLoginType} />
134+
{/* <GoogleLogin setLoginType={setLoginType} /> */}
135135
</section>
136136
</div>
137137
);

0 commit comments

Comments
 (0)