fix. 인증 토큰 체크 함수 삭제

This commit is contained in:
clkim
2026-03-04 18:17:40 +09:00
parent ec281b989a
commit 29d7edfa35

View File

@@ -106,8 +106,6 @@ const fnGetSecuritySetting = async () => {
'Content-Type': 'application/json;charset=UTF-8',
}
if (accessToken) return
try {
const result = await commonFetch('GET', `${apiBase}/security/setting`, {
headers,