fix infinite api call / call reAuth api only once

This commit is contained in:
hyunwoo93.cha
2024-07-03 21:34:02 +09:00
parent 5fd6d90f5a
commit 383701923b
5 changed files with 69 additions and 16 deletions

View File

@@ -76,6 +76,7 @@ export const ACTIVE_POPUP = {
returnExchangePopup: "returnExchangePopup",
unSupportedCountryPopup: "unSupportedCountryPopup",
changeCountyPopup: "changeCounty",
networkErrorPopup: "networkErrorPopup",
};
export const DEBUG_VIDEO_SUBTITLE_TEST = false;
export const AUTO_SCROLL_DELAY = 600;