Skip to content

Commit 4c86835

Browse files
committed
fix: use " sidebarAndHeader: "none" " instead of "customLayout: true"
1 parent adf386b commit 4c86835

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
@@ -101,7 +101,7 @@ export default class EmailInvitePlugin extends AdminForthPlugin {
101101
component: {
102102
file: this.componentPath('SetPassword.vue'),
103103
meta: {
104-
customLayout: true,
104+
sidebarAndHeader: "none",
105105
pluginInstanceId: this.pluginInstanceId,
106106
passwordField: {
107107
minLength: passwordField.minLength,

0 commit comments

Comments
 (0)