Skip to content

Commit 9420903

Browse files
committed
Merge branch 'main' of github.com:devforth/adminforth-two-factors-auth
2 parents 6e3c0a6 + 3d7ca59 commit 9420903

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default class TwoFactorsAuthPlugin extends AdminForthPlugin {
6262
component: { file: this.componentPath('TwoFactorsSetup.vue'), meta: { title: 'Setup 2FA', customLayout: true }}
6363
})
6464
const everyPageBottomInjections = this.adminforth.config.customization.globalInjections.everyPageBottom || []
65-
everyPageBottomInjections.push({ file: this.componentPath('TwoFaModal.vue'), meta: {} })
65+
everyPageBottomInjections.push({ file: this.componentPath('TwoFAModal.vue'), meta: {} })
6666
this.activate( resourceConfig, adminforth )
6767
}
6868

0 commit comments

Comments
 (0)