bugfix :: 최초 설치자에 한해 로그인시 자동로그인 체크하여 세팅. (초기 설치자에 비정상동작하는 부분 수정.)
This commit is contained in:
parent
a694b8b39e
commit
5c43fa4b51
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user