feat: new modal renderer + mfa flow modal

This commit is contained in:
Paul Makles
2022-06-10 16:52:12 +01:00
parent 6be0807433
commit e81b8ed472
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 */