From 51a0fbdcf0b8894a88caadf8a6e3352f39456a78 Mon Sep 17 00:00:00 2001 From: minuk926 Date: Tue, 12 Jul 2022 16:57:49 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20dashboard=20=EA=B3=B5=EC=A7=80=EC=82=AC?= =?UTF-8?q?=ED=95=AD=20=EC=A0=9C=EB=AA=A9=20=EC=83=89=EC=83=81=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 4 ++-- package.json | 1 + src/views/pages/authentication/auth-forms/AuthLogin.js | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.env.local b/.env.local index b68aa34..47e637d 100644 --- a/.env.local +++ b/.env.local @@ -1,6 +1,6 @@ NODE_PATH=src REACT_APP_MODE=local REACT_APP_VERSION = v0.0.1 -#REACT_APP_API_URL=http://localhost:8090 -REACT_APP_API_URL=http://211.119.124.73:8090 +REACT_APP_API_URL=http://localhost:8090 +#REACT_APP_API_URL=http://211.119.124.73:8090 REACT_APP_SERVER_TIMEOUT=6000 \ No newline at end of file diff --git a/package.json b/package.json index e2a9e4b..e86e205 100755 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "xit-opst-fo", "version": "0.0.1", "private": true, + "proxy": "http://localhost:8090", "dependencies": { "@emotion/cache": "^11.7.1", "@emotion/react": "^11.7.1", diff --git a/src/views/pages/authentication/auth-forms/AuthLogin.js b/src/views/pages/authentication/auth-forms/AuthLogin.js index 77c937b..a5258b0 100755 --- a/src/views/pages/authentication/auth-forms/AuthLogin.js +++ b/src/views/pages/authentication/auth-forms/AuthLogin.js @@ -62,13 +62,13 @@ const FirebaseLogin = ({ loginProp, ...others }) => { { try {