diff --git a/src/Umbraco.Web.UI.Client/src/packages/user/current-user/modals/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/user/current-user/modals/manifests.ts index f11f33720e..0a9c8613e2 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/user/current-user/modals/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/user/current-user/modals/manifests.ts @@ -19,6 +19,12 @@ const modals: Array = [ name: 'Current User MFA Enable Provider Modal', js: () => import('./current-user-mfa-enable-provider/current-user-mfa-enable-provider-modal.element.js'), }, + { + type: 'modal', + alias: 'Umb.Modal.CurrentUserMfaDisableProvider', + name: 'Current User MFA Disable Provider Modal', + js: () => import('./current-user-mfa-disable-provider/current-user-mfa-disable-provider-modal.element.js'), + }, ]; export const manifests = [...modals];