diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 53ca7a10..65cac6f8 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -1233,9 +1233,9 @@ export class AppComponent implements OnInit { } goToDashboardLogin(){ - // let DASHBOARD_URL = this.appConfigProvider.getConfig().dashboardUrl + '#/login' - // const myWindow = window.open(DASHBOARD_URL, '_self'); - // myWindow.focus(); + let DASHBOARD_URL = this.appConfigProvider.getConfig().dashboardUrl + '#/login' + const myWindow = window.open(DASHBOARD_URL, '_self'); + myWindow.focus(); }