Skip to content

Commit e1f6fe5

Browse files
committed
fix: use " sidebarAndHeader: "none" " instead of "customLayout: true"
1 parent a22414a commit e1f6fe5

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
@@ -55,7 +55,7 @@ export default class OAuthPlugin extends AdminForthPlugin {
5555
file: this.componentPath('OAuthCallback.vue'),
5656
meta: {
5757
title: 'OAuth Callback',
58-
customLayout: true,
58+
sidebarAndHeader: "none",
5959
baseUrl: adminforth.config.baseUrl,
6060
},
6161
}

0 commit comments

Comments
 (0)