Skip to content

Commit 098f611

Browse files
Update app-layout.ts
1 parent ada37e1 commit 098f611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/pages/app-layout.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export class AppLayout extends LitElement {
5252

5353
// Navigate to given auth realm if no param realm is provided
5454
if (!paramRealm) {
55+
console.log('No realm provided, falling back to auth realm', this.realm);
5556
Router.go(`/${this.realm}`);
5657
}
5758

0 commit comments

Comments
 (0)