fix. 인증 토큰 체크 함수 삭제
This commit is contained in:
@@ -106,8 +106,6 @@ const fnGetSecuritySetting = async () => {
|
|||||||
'Content-Type': 'application/json;charset=UTF-8',
|
'Content-Type': 'application/json;charset=UTF-8',
|
||||||
}
|
}
|
||||||
|
|
||||||
if (accessToken) return
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const result = await commonFetch('GET', `${apiBase}/security/setting`, {
|
const result = await commonFetch('GET', `${apiBase}/security/setting`, {
|
||||||
headers,
|
headers,
|
||||||
|
|||||||
Reference in New Issue
Block a user