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',
|
title: 'Comment Improvements',
|
||||||
description: 'Enables new comment features',
|
description: 'Enables new comment features',
|
||||||
flag: 'commentImprovements'
|
flag: 'commentImprovements'
|
||||||
|
}, {
|
||||||
|
title: 'Staff 2FA',
|
||||||
|
description: 'Enables email verification for staff logins',
|
||||||
|
flag: 'staff2fa'
|
||||||
}];
|
}];
|
||||||
|
|
||||||
const AlphaFeatures: React.FC = () => {
|
const AlphaFeatures: React.FC = () => {
|
||||||
|
|
|
@ -45,7 +45,8 @@ const ALPHA_FEATURES = [
|
||||||
'lexicalIndicators',
|
'lexicalIndicators',
|
||||||
'adminXDemo',
|
'adminXDemo',
|
||||||
'contentVisibility',
|
'contentVisibility',
|
||||||
'commentImprovements'
|
'commentImprovements',
|
||||||
|
'staff2fa'
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||||
|
|
|
@ -30,6 +30,7 @@ Object {
|
||||||
"members": true,
|
"members": true,
|
||||||
"newEmailAddresses": true,
|
"newEmailAddresses": true,
|
||||||
"outboundLinkTagging": true,
|
"outboundLinkTagging": true,
|
||||||
|
"staff2fa": true,
|
||||||
"stripeAutomaticTax": true,
|
"stripeAutomaticTax": true,
|
||||||
"themeErrorsNotification": true,
|
"themeErrorsNotification": true,
|
||||||
"urlCache": true,
|
"urlCache": true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue