Commit 23a8e158 authored by minseok.park's avatar minseok.park

fix lint

parent 5a2af70d
...@@ -4,9 +4,7 @@ ...@@ -4,9 +4,7 @@
fetch('web/dms/api/auth/status') fetch('web/dms/api/auth/status')
.then((response) => { .then((response) => {
console.log('response login >>>>> ', response) console.log('response login >>>>> ', response)
if (response.url === 'https://swlab.bwg.co.kr/web/dms/login') { if (response.url === 'https://swlab.bwg.co.kr/web/dms/login') {
document.location.href = 'https://swlab.bwg.co.kr/web/dms/home' document.location.href = 'https://swlab.bwg.co.kr/web/dms/home'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment