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 = {