feat(core): Add MFA (#4767)
https://linear.app/n8n/issue/ADO-947/sync-branch-with-master-and-fix-fe-e2e-tets --------- Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -3,3 +3,4 @@ export * from './data-pinning';
|
||||
export * from './link-actions';
|
||||
export * from './html-editor';
|
||||
export * from './node-view';
|
||||
export * from './mfa';
|
||||
|
||||
3
packages/editor-ui/src/event-bus/mfa.ts
Normal file
3
packages/editor-ui/src/event-bus/mfa.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { createEventBus } from 'n8n-design-system';
|
||||
|
||||
export const mfaEventBus = createEventBus();
|
||||
Reference in New Issue
Block a user