@abp/ng.core 9.3.0 → 9.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm2022/abp-ng.core.mjs
CHANGED
|
@@ -2816,7 +2816,7 @@ class DynamicLayoutComponent {
|
|
|
2816
2816
|
let message = `Layout ${layoutName} not found.`;
|
|
2817
2817
|
if (layoutName === 'account') {
|
|
2818
2818
|
message =
|
|
2819
|
-
'Account layout not found. Please check your configuration. If you are using LeptonX, please make sure you have added "
|
|
2819
|
+
'Account layout not found. Please check your configuration. If you are using LeptonX, please make sure you have added "provideAccountLayout()" to your app configuration.';
|
|
2820
2820
|
}
|
|
2821
2821
|
console.warn(message);
|
|
2822
2822
|
}
|