Skip to content

Commit

Permalink
Release (#16)
Browse files Browse the repository at this point in the history
* Add helm charts

* Rename to identity portal

* Add portal components

* Fix ci

* Fix ci

* Update configs

* Update keycloak realm

* Revert realm to master

* Add service calls and cookies

* Clear request uri on service change

* Fix cookie delete

* Add more service links

* Update ci

* Update ci

* Fix issue

* Fix ci

* Fix scrollbars
  • Loading branch information
daniel-pimenta-DME authored Nov 17, 2023
1 parent 82698a0 commit 2513e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/features/main-layout/main-layout.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="bg-primary-black flex flex-col h-screen justify-between overflow-x-hidden">
<div class="bg-primary-black flex flex-col justify-between overflow-x-hidden">
<header class="bg-primary-black">
<app-navbar
(login)="onLogin()"
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<body class="bg-primary-black">
<app-root></app-root>
</body>
</html>

0 comments on commit 2513e8b

Please sign in to comment.