[checkoutpanel] pinCode 포커스 처리 및 에러코드 별 분기처리 / qr팝업 추가 / SHA256 암호화

This commit is contained in:
hyunwoo93.cha
2024-05-28 21:26:42 +09:00
parent af76e562f2
commit 535fcd6a6a
14 changed files with 319 additions and 122 deletions

View File

@@ -60,6 +60,7 @@ export const ACTIVE_POPUP = {
eventPopup: "eventPopup",
smsPopup: "smsPopup",
alertPopup: "alertPopup",
setPinCodePopup: "setPinCodePopup",
};
export const DEBUG_VIDEO_SUBTITLE_TEST = false;
export const AUTO_SCROLL_DELAY = 600;