UNPKG

n8n-editor-ui

Version:

Workflow Editor UI for n8n

22 lines (21 loc) 730 B
; (function () { System.register(["./truncate-legacy-BGje52Or.js"], function (_export, _context) { "use strict"; var createEventBus, confirmPasswordEventBus, mfaEventBus, promptMfaCodeBus; return { setters: [function (_truncateLegacy00hJs) { createEventBus = _truncateLegacy00hJs.x; }], execute: function () { //#region src/features/core/auth/auth.eventBus.ts _export("t", confirmPasswordEventBus = createEventBus()); _export("n", mfaEventBus = createEventBus()); /** * Event bus for transmitting the MFA code from a modal back to the view */ _export("r", promptMfaCodeBus = createEventBus()); //#endregion } }; }); })();