- 링크결제 전화번호 입력 Number only

- 링크결제 신청 완료 페이지 결과 박스 제거
- 안면인증 테스트용 Mid 고정
This commit is contained in:
HyeonJongKim
2025-11-03 13:29:38 +09:00
parent e7a3409edc
commit b543719295
4 changed files with 19 additions and 10 deletions

View File

@@ -31,10 +31,10 @@ export const EmailBottomSheet = ({
};
const onClickToRequest = () => {
snackBar('정상 요청 되었습니다.', function(){
sendRequest(userEmail);
setTimeout(() => {
onClickToClose();
}, 2000);
// sendRequest(userEmail);
};
const downloadImage = () => {
@@ -146,6 +146,7 @@ export const EmailBottomSheet = ({
className="btn-50 btn-blue flex-1"
type="button"
onClick={ onClickToRequest }
disabled={!optionsEmails || optionsEmails.length === 0}
>{t('common.request')}</button>
</div>
</motion.div>