From b987e2ea94320708c27341ff4dd044f766d2ce31 Mon Sep 17 00:00:00 2001 From: JANGHYUNn Date: Thu, 18 Jan 2024 16:28:22 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EB=A1=9C?= =?UTF-8?q?=EC=A7=81=20=EB=A1=A4=EB=B0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/Router.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/router/Router.js b/src/router/Router.js index a28dd7d..7daac86 100644 --- a/src/router/Router.js +++ b/src/router/Router.js @@ -73,11 +73,7 @@ const Router = () => { action = route.meta.action ? route.meta.action : null; resource = route.meta.resource ? route.meta.resource : null; } - if ( - isLogin === false && - !route.meta?.authRoute && - !window.navigator.userAgent === 'ReactSnap' - ) { + if (isLogin === false && !route.meta?.authRoute) { return ; } else { // switch (props.route.path) {