Skip to content

Commit

Permalink
Merge pull request #50 from yu-senier-project/feat/login
Browse files Browse the repository at this point in the history
fix: 아이디 확인후 비밀번호 재설정 루트 변경
  • Loading branch information
jungmyunggi authored Jun 5, 2024
2 parents 5aad7a0 + db2b94f commit 4c19357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Auth/IdCheck.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function IdCheck() {
<h1>아이디 찾기</h1>
<h2>입력하신 정보와 일치하는 아이디는 아래와 같습니다</h2>
{checkId ? <b className="check_id">{checkId}</b> : <b>해당하는 아이디가 없습니다</b>}
<Link className="findpassword_button">비밀번호 찾기</Link>
<Link className="findpassword_button" to={'/Password'}>비밀번호 재설정</Link>
<Link className="login_button" to={'/'}>
로그인 페이지로 가기
</Link>
Expand Down

0 comments on commit 4c19357

Please sign in to comment.