mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(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
This commit is contained in:
@@ -66,6 +66,8 @@ export type IconName = "ChartArea" |
|
||||
"Log" |
|
||||
"Mail" |
|
||||
"Minus" |
|
||||
"MobileChat" |
|
||||
"MobileChat2" |
|
||||
"NewNotification" |
|
||||
"Notification" |
|
||||
"Offline" |
|
||||
@@ -177,6 +179,8 @@ export const IconList: IconName[] = ["ChartArea",
|
||||
"Log",
|
||||
"Mail",
|
||||
"Minus",
|
||||
"MobileChat",
|
||||
"MobileChat2",
|
||||
"NewNotification",
|
||||
"Notification",
|
||||
"Offline",
|
||||
|
||||
Reference in New Issue
Block a user