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 8fd1dbe commit aab86e4Copy full SHA for aab86e4
index.ts
@@ -58,6 +58,8 @@ export default class UserSoftDelete extends AdminForthPlugin {
58
return { allowed: true };
59
}
60
);
61
+
62
+ this.adminforth.config.auth.beforeLoginConfirmation = beforeLoginConfirmationArray;
63
64
if ( !resourceConfig.options.pageInjections ) {
65
resourceConfig.options.pageInjections = {};
0 commit comments