chore: add u2f permissions and features (#2246)

Co-authored-by: Karol Sójko <karolsojko@protonmail.com>
This commit is contained in:
Karol Sójko
2023-03-08 09:57:36 +01:00
committed by GitHub
parent 95358ec1d5
commit 0c9ed13678
3 changed files with 8 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ export enum FeatureIdentifier {
SmartFilters = 'org.standardnotes.smart-filters',
TagNesting = 'org.standardnotes.tag-nesting',
TwoFactorAuth = 'org.standardnotes.two-factor-auth',
UniversalSecondFactor = 'org.standardnotes.universal-second-factor',
SubscriptionSharing = 'org.standardnotes.subscription-sharing',
AutobiographyTheme = 'org.standardnotes.theme-autobiography',