fix. 인증 토큰 체크 함수 삭제
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user