bugfix :: 최초 설치자에 한해 로그인시 자동로그인 체크하여 세팅. (초기 설치자에 비정상동작하는 부분 수정.)

This commit is contained in:
leejinho 2020-03-23 12:39:50 +09:00
parent a694b8b39e
commit 5c43fa4b51

View File

@ -80,11 +80,11 @@ export class AppAuthenticationService {
} }
}; };
// if (!!environment.productConfig.defaultSettings.general.autoLaunch) { if (!!environment.productConfig.defaultSettings.general.autoLaunch) {
// this.nativeService.changeAutoLaunch( this.nativeService.changeAutoLaunch(
// environment.productConfig.defaultSettings.general.autoLaunch environment.productConfig.defaultSettings.general.autoLaunch
// ); );
// } }
} }
appUserInfo = { appUserInfo = {