Skip to content

Commit

Permalink
chore : 로그인 안내문구 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
gominzip committed Jun 9, 2024
1 parent 1a35998 commit f7b8d60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/login/GoogleLogin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const GoogleLogin = () => {
}
} catch (error) {
// console.error('An error occurred during login:', error);
alert('likelion.org 계정으로만 로그인이 가능합니다. 다시 시도해주세요.');
alert('로그인 과정에서 문제가 발생했습니다. 다시 시도해주세요.');
setTimeout(() => {
route.push('/login');
}, 500);
Expand Down
2 changes: 1 addition & 1 deletion src/components/login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Login = () => {
<div className="text"> 구글로 로그인하기</div>
</LoginBtn>
<LoginBtn>
<div className="info"> LIKE LION 계정으로 로그인이 가능합니다</div>
<div className="info">기등록된 멋사 회원만 로그인이 가능합니다</div>
</LoginBtn>
</BtnWrapper>
</Content>
Expand Down

0 comments on commit f7b8d60

Please sign in to comment.