Added staff2fa labs flag

This commit is contained in:
Kevin Ansfield 2024-10-07 16:30:44 +01:00
parent db3bab4f79
commit 698e42433c
3 changed files with 7 additions and 1 deletions

View File

@ -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 = () => {

View File

@ -45,7 +45,8 @@ const ALPHA_FEATURES = [
'lexicalIndicators',
'adminXDemo',
'contentVisibility',
'commentImprovements'
'commentImprovements',
'staff2fa'
];
module.exports.GA_KEYS = [...GA_FEATURES];

View File

@ -30,6 +30,7 @@ Object {
"members": true,
"newEmailAddresses": true,
"outboundLinkTagging": true,
"staff2fa": true,
"stripeAutomaticTax": true,
"themeErrorsNotification": true,
"urlCache": true,