Skip to content

Commit

Permalink
Merge branch 'master-PRE' into features/new-sidebar-PRE
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Dec 6, 2024
2 parents f125bf8 + e55c035 commit 621545f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}


Expand Down

0 comments on commit 621545f

Please sign in to comment.