mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
0d005eb78d
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
5 lines
158 B
TypeScript
5 lines
158 B
TypeScript
import {createErrPage} from 'app/client/ui/errorPages';
|
|
import {setupPage} from 'app/client/ui/setupPage';
|
|
|
|
setupPage((appModel) => createErrPage(appModel));
|