Skip to content

Commit e32016a

Browse files
committed
fix: use " sidebarAndHeader: "none" " instead of "customLayout: true"
1 parent 977000f commit e32016a

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
@@ -79,7 +79,7 @@ export default class OpenSignupPlugin extends AdminForthPlugin {
7979
component: {
8080
file: this.componentPath('SignupPage.vue'),
8181
meta: {
82-
customLayout: true,
82+
sidebarAndHeader: "none",
8383
pluginInstanceId: this.pluginInstanceId,
8484
requestEmailConfirmation: !!this.options.confirmEmails
8585
}

0 commit comments

Comments
 (0)