Skip to content

Commit 62a9ead

Browse files
Fix login window showing app shell (header/tabs) by excluding login route from main layout
Agent-Logs-Url: https://github.com/highperformancecoder/minsky/sessions/ce140fa8-df43-43d0-832d-90cac7a292b8 Co-authored-by: highperformancecoder <3075825+highperformancecoder@users.noreply.github.com>
1 parent 9d1d261 commit 62a9ead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui-js/apps/minsky-web/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66

77
@if (!loading) {
8-
@if (router.url.includes('headless');) {
8+
@if (router.url.includes('headless') || router.url.includes('login')) {
99
<router-outlet></router-outlet>
1010
}
1111
@else {

0 commit comments

Comments
 (0)