From 5c43fa4b51b2d41d63c1f63242894ffff7e11c57 Mon Sep 17 00:00:00 2001 From: leejinho Date: Mon, 23 Mar 2020 12:39:50 +0900 Subject: [PATCH] =?UTF-8?q?bugfix=20::=20=EC=B5=9C=EC=B4=88=20=EC=84=A4?= =?UTF-8?q?=EC=B9=98=EC=9E=90=EC=97=90=20=ED=95=9C=ED=95=B4=20=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=EC=9D=B8=EC=8B=9C=20=EC=9E=90=EB=8F=99=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=EC=9D=B8=20=EC=B2=B4=ED=81=AC=ED=95=98=EC=97=AC=20?= =?UTF-8?q?=EC=84=B8=ED=8C=85.=20(=EC=B4=88=EA=B8=B0=20=EC=84=A4=EC=B9=98?= =?UTF-8?q?=EC=9E=90=EC=97=90=20=EB=B9=84=EC=A0=95=EC=83=81=EB=8F=99?= =?UTF-8?q?=EC=9E=91=ED=95=98=EB=8A=94=20=EB=B6=80=EB=B6=84=20=EC=88=98?= =?UTF-8?q?=EC=A0=95.)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/app/services/authentication.service.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/ucap-webmessenger-app/src/app/services/authentication.service.ts b/projects/ucap-webmessenger-app/src/app/services/authentication.service.ts index 7c78bdf3..d3f51518 100644 --- a/projects/ucap-webmessenger-app/src/app/services/authentication.service.ts +++ b/projects/ucap-webmessenger-app/src/app/services/authentication.service.ts @@ -80,11 +80,11 @@ export class AppAuthenticationService { } }; - // if (!!environment.productConfig.defaultSettings.general.autoLaunch) { - // this.nativeService.changeAutoLaunch( - // environment.productConfig.defaultSettings.general.autoLaunch - // ); - // } + if (!!environment.productConfig.defaultSettings.general.autoLaunch) { + this.nativeService.changeAutoLaunch( + environment.productConfig.defaultSettings.general.autoLaunch + ); + } } appUserInfo = {