Skip to content

Commit

Permalink
Test: 아이디, 비밀번호 로그인 정보 찾기 #156
Browse files Browse the repository at this point in the history
  • Loading branch information
rmdnps10 committed Mar 13, 2024
1 parent fa7117e commit 2740bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Buyer/BuyerFindInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const BuyerFindInfo = () => {
}
try {
const body = {
email: recoveryEmail.value,
recoveryEmail: recoveryEmail.value,
};
const res: any = await patchAuthFindId(body);
if (res.status === 200) {
Expand Down Expand Up @@ -130,7 +130,7 @@ export const BuyerFindInfo = () => {
text="다음"
width="33.5rem"
height="5.2rem"
isActive={recoveryEmail.isValid }
isActive={recoveryEmail.isValid && !isLoading}
onClick={() => {
patchFindId();
}}
Expand Down

0 comments on commit 2740bd6

Please sign in to comment.