Skip to content

Commit cc33941

Browse files
committed
fix: fb login now working
1 parent fd98ce3 commit cc33941

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/auth/AuthForm.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ const AuthForm: React.FC<AuthFormProps> = ({
108108
<section>
109109
<h4>소셜 계정으로 {modeText}</h4>
110110
<AuthSocialButtonGroup currentPath={currentPath} />
111-
<Warning>
112-
현재 페이스북 로그인이 정상적으로 작동하지 않으며 고치는중에
113-
있습니다. 페이스북 계정과 같은 이메일로 로그인을 시도하시거나, 해당
114-
계정에 이메일이 설정되어 있지 않다면 [email protected]로 문의 메일을
115-
보내주세요.
116-
</Warning>
117111
</section>
118112
</div>
119113
<div className="foot">

0 commit comments

Comments
 (0)