mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Added staff2fa labs flag
This commit is contained in:
parent
db3bab4f79
commit
698e42433c
3 changed files with 7 additions and 1 deletions
|
@ -59,6 +59,10 @@ const features = [{
|
|||
title: 'Comment Improvements',
|
||||
description: 'Enables new comment features',
|
||||
flag: 'commentImprovements'
|
||||
}, {
|
||||
title: 'Staff 2FA',
|
||||
description: 'Enables email verification for staff logins',
|
||||
flag: 'staff2fa'
|
||||
}];
|
||||
|
||||
const AlphaFeatures: React.FC = () => {
|
||||
|
|
|
@ -45,7 +45,8 @@ const ALPHA_FEATURES = [
|
|||
'lexicalIndicators',
|
||||
'adminXDemo',
|
||||
'contentVisibility',
|
||||
'commentImprovements'
|
||||
'commentImprovements',
|
||||
'staff2fa'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
|
@ -30,6 +30,7 @@ Object {
|
|||
"members": true,
|
||||
"newEmailAddresses": true,
|
||||
"outboundLinkTagging": true,
|
||||
"staff2fa": true,
|
||||
"stripeAutomaticTax": true,
|
||||
"themeErrorsNotification": true,
|
||||
"urlCache": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue