We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11ef5a3 + e420590 commit 3c0cf3eCopy full SHA for 3c0cf3e
addon/decorators/required-brand.ts
@@ -23,6 +23,8 @@ export function requiredBrand(brand: string, fallbackRoute: string) {
23
);
24
if ((getOwnConfig() as any).brand !== brand) {
25
this.router.transitionTo(fallbackRoute);
26
+ } else {
27
+ super.beforeModel()
28
}
29
30
0 commit comments