We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56a89e commit 6241f1cCopy full SHA for 6241f1c
index.ts
@@ -80,7 +80,7 @@ export default class OAuthPlugin extends AdminForthPlugin {
80
if (!adminforth.config.customization?.loginPageInjections) {
81
adminforth.config.customization = {
82
...adminforth.config.customization,
83
- loginPageInjections: { underInputs: [] }
+ loginPageInjections: { underInputs: [], panelHeader: [] }
84
};
85
}
86
0 commit comments