We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada37e1 commit 098f611Copy full SHA for 098f611
frontend/src/pages/app-layout.ts
@@ -52,6 +52,7 @@ export class AppLayout extends LitElement {
52
53
// Navigate to given auth realm if no param realm is provided
54
if (!paramRealm) {
55
+ console.log('No realm provided, falling back to auth realm', this.realm);
56
Router.go(`/${this.realm}`);
57
}
58
0 commit comments