Skip to content

Commit 355aa87

Browse files
committed
fix: use " sidebarAndHeader: "none" " instead of "customLayout: true"
1 parent b510994 commit 355aa87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default class EmailPasswordReset extends AdminForthPlugin {
6161
component: {
6262
file: this.componentPath('ResetPassword.vue'),
6363
meta: {
64-
customLayout: true,
64+
sidebarAndHeader: "none",
6565
pluginInstanceId: this.pluginInstanceId,
6666
passwordField: {
6767
minLength: passwordField.minLength,

0 commit comments

Comments
 (0)