We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977000f commit e32016aCopy full SHA for e32016a
index.ts
@@ -79,7 +79,7 @@ export default class OpenSignupPlugin extends AdminForthPlugin {
79
component: {
80
file: this.componentPath('SignupPage.vue'),
81
meta: {
82
- customLayout: true,
+ sidebarAndHeader: "none",
83
pluginInstanceId: this.pluginInstanceId,
84
requestEmailConfirmation: !!this.options.confirmEmails
85
}
0 commit comments