File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -218,10 +218,7 @@ const EmailLogin = () => {
218
218
< div > 간편 로그인</ div >
219
219
</ div >
220
220
< div className = "flex gap-[110px] mx-auto h-[100px] mt-[46px]" >
221
- < div
222
- className = "text-center "
223
- onClick = { ( ) => navigate ( "/developing" ) }
224
- >
221
+ < div className = "text-center " >
225
222
< NaverLogin />
226
223
< p className = "mt-[20px] text-[#12396F] font-[400] text-[14px]" >
227
224
네이버
Original file line number Diff line number Diff line change @@ -23,12 +23,11 @@ const NaverLogin = () => {
23
23
} ;
24
24
//원형아이콘클릭해도 네이버로그인이 가능.
25
25
const handleClick = ( ) => {
26
- // navigate("/developing");
27
- // naverRef.current.children[0].click();
26
+ naverRef . current . children [ 0 ] . click ( ) ;
28
27
} ;
29
28
// 화면 첫 렌더링이후 바로 실행
30
29
useEffect ( ( ) => {
31
- // initializeNaverLogin();
30
+ initializeNaverLogin ( ) ;
32
31
} , [ ] ) ;
33
32
34
33
return (
You can’t perform that action at this time.
0 commit comments