From 918586898f59e1f16482260295f71474fee0786d Mon Sep 17 00:00:00 2001 From: JANGHYUNn Date: Wed, 24 Jul 2024 14:11:37 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9A=B4=ED=95=AD=EA=B3=BC,=20=EA=B4=80?= =?UTF-8?q?=EC=A0=9C=EA=B3=BC=20=EC=B2=AB=20=EC=A7=84=EC=9E=85=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/account/login/AccountLogin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/account/login/AccountLogin.js b/src/components/account/login/AccountLogin.js index 3714dbf9..de36af7c 100644 --- a/src/components/account/login/AccountLogin.js +++ b/src/components/account/login/AccountLogin.js @@ -78,9 +78,9 @@ export const AccountLogin = ({ history }) => { } } = res; if (cptAuthCode === 'DF0002') { - history.push('/operation/approvals'); - } else if (cptAuthCode === 'DF0002-1') { history.push('/control/approvals'); + } else if (cptAuthCode === 'DF0002-1') { + history.push('/operation/approvals'); } else { history.push('/control'); }