Skip to content

Commit 49bf3cd

Browse files
committed
[fix] 🍎 μ‹ ν•œμ€ν–‰ 이미지 μˆ˜μ •
1 parent d8b25f3 commit 49bf3cd

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

β€Žapp/(default)/login/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default function LoginPage() {
7171
return;
7272
}
7373

74-
setIsLoading(true);
74+
// setIsLoading(true);
7575
mutate({ authId, password });
7676

7777
// const response = await apiCall.post(API_ROUTE.api + '/auth/sign-in', {

β€Žapp/api/payments/coupang/route.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export async function POST(request: Request) {
4646
buttonCartSelector: '.prod-cart-btn',
4747
//Payment
4848
buttonOrderSelector: '.order-buttons',
49-
buttonPaymentSelector: '.paymentBtn-v2-style, #paymentBtn',
49+
buttonPaymentSelector: '#paymentBtn',
5050
modalPaymentSelector: '#modal-callLGPayment',
5151
//Set PWD
5252
frameSelector: '#callLGPayment',

β€Žhooks/query/auth.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const usePostSignIn = (
3737
console.log(data.code);
3838
if (data.code === 200) {
3939
showToast(toast, 'λ‘œκ·ΈμΈμ— μ„±κ³΅ν•˜μ˜€μŠ΅λ‹ˆλ‹€.');
40-
await onSuccessFunc();
40+
// await onSuccessFunc();
4141
setIsLoading(false);
4242
}
4343
if (data.status === 'OK') router.push(ROUTE.mydata);

β€Žpublic/images/banks/μ‹ ν•œμ€ν–‰.svg

+9
Loading

0 commit comments

Comments
Β (0)