gristlabs_grist-core/app/client/errorMain.ts
George Gevoian 0d005eb78d (core) Enable MFA configuration (and add SMS)
Summary:
Enables configuration of multi-factor authentication from the
account page (for users who sign in with email/password), and adds
SMS as an authentication method.

Test Plan: Project, browser and server tests.

Reviewers: paulfitz

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D3215
2022-01-19 13:55:54 -08:00

5 lines
158 B
TypeScript

import {createErrPage} from 'app/client/ui/errorPages';
import {setupPage} from 'app/client/ui/setupPage';
setupPage((appModel) => createErrPage(appModel));