feat: 🎸 set option status

This commit is contained in:
Jin
2025-03-28 01:00:58 +01:00
parent d42b839c32
commit d92fa82ad0
3 changed files with 42 additions and 52 deletions

View File

@@ -49,10 +49,10 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
hoistedNoteId: string;
// Multi-Factor Authentication
totpEnabled: boolean;
mfaEnabled: boolean;
mfaMethod: string;
encryptedRecoveryCodes: boolean;
userSubjectIdentifierSaved: boolean;
oAuthEnabled: boolean;
recoveryCodeInitialVector: string;
recoveryCodeSecurityKey: string;
recoveryCodesEncrypted: string;