We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8fa40c commit 92111b6Copy full SHA for 92111b6
src/app/sign/(sign)/SignLayout.tsx
@@ -131,7 +131,7 @@ const SignLayout = () => {
131
<section className="w-[90%] sm:w-full max-w-[320px] mx-auto items-center mt-6 flex flex-col gap-3 mb-4">
132
{/* <KakaoLogin setLoginType={setLoginType} /> */}
133
{/* <NaverLogin setLoginType={setLoginType} /> */}
134
- <GoogleLogin setLoginType={setLoginType} />
+ {/* <GoogleLogin setLoginType={setLoginType} /> */}
135
</section>
136
</div>
137
);
0 commit comments