fix. 테스트용 코드 제거
This commit is contained in:
@@ -48,10 +48,6 @@ const checkLoginValidation = async () => {
|
||||
const validateTokenResult = await handleTokenValidation(
|
||||
accessToken.value || ''
|
||||
)
|
||||
console.log(
|
||||
'🚀 ~ checkLoginValidation ~ validateTokenResult:',
|
||||
validateTokenResult
|
||||
)
|
||||
isLogin.value = validateTokenResult
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user