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
6 lines
196 B
TypeScript
6 lines
196 B
TypeScript
import {AccountPage} from 'app/client/ui/AccountPage';
|
|
import {setupPage} from 'app/client/ui/setupPage';
|
|
import {dom} from 'grainjs';
|
|
|
|
setupPage((appModel) => dom.create(AccountPage, appModel));
|