Skip to content

Commit 6241f1c

Browse files
committed
fix: add panelHeader to loginPageInjections in OAuthPlugin configuration
1 parent d56a89e commit 6241f1c

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
@@ -80,7 +80,7 @@ export default class OAuthPlugin extends AdminForthPlugin {
8080
if (!adminforth.config.customization?.loginPageInjections) {
8181
adminforth.config.customization = {
8282
...adminforth.config.customization,
83-
loginPageInjections: { underInputs: [] }
83+
loginPageInjections: { underInputs: [], panelHeader: [] }
8484
};
8585
}
8686

0 commit comments

Comments
 (0)