Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: empty landing page instead login (DSP-1756) (#466)
  • Loading branch information
kilchenmann committed Jun 22, 2021
1 parent fb0c275 commit 32cd462
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/app/main/main.component.scss
Expand Up @@ -2,6 +2,11 @@
@import "../../assets/style/mixins";
@import "../../assets/style/responsive";

:host {
// hide the landing page for the moment
display: none;
}

section {
background-color: #fff;
min-height: 38vh;
Expand Down
2 changes: 1 addition & 1 deletion src/app/main/main.component.ts
Expand Up @@ -79,7 +79,7 @@ export class MainComponent implements OnInit {
} else {
// if session does not exist, redirect to login page
// --> NOTE: this is a temporary solution for DSP-ADMIN-APP
this._router.navigate(['login']);
// this._router.navigate(['login']);
}
}

Expand Down

0 comments on commit 32cd462

Please sign in to comment.