feat: new modal renderer + mfa flow modal

This commit is contained in:
Paul Makles
2022-06-10 16:52:12 +01:00
parent abf7413066
commit 0ec005cfd7
12 changed files with 311 additions and 26 deletions

View File

@@ -1,4 +1,5 @@
/* eslint-disable @typescript-eslint/no-empty-function */
export const noop = () => {};
export const noopAsync = async () => {};
export const noopTrue = () => true;
/* eslint-enable @typescript-eslint/no-empty-function */