mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 19:22:31 +08:00
feat: 🎸 Fix option defintions
This commit is contained in:
parent
c3d3ab4330
commit
54a5f8164a
@ -45,11 +45,16 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
|
|||||||
passwordVerificationSalt: string;
|
passwordVerificationSalt: string;
|
||||||
passwordDerivedKeySalt: string;
|
passwordDerivedKeySalt: string;
|
||||||
encryptedDataKey: string;
|
encryptedDataKey: string;
|
||||||
|
hoistedNoteId: string;
|
||||||
|
|
||||||
|
// Multi-Factor Authentication
|
||||||
totpEnabled: boolean;
|
totpEnabled: boolean;
|
||||||
encryptedRecoveryCodes: boolean;
|
encryptedRecoveryCodes: boolean;
|
||||||
userSubjectIdentifierSaved: boolean;
|
userSubjectIdentifierSaved: boolean;
|
||||||
oAuthEnabled: boolean;
|
oAuthEnabled: boolean;
|
||||||
hoistedNoteId: string;
|
recoveryCodeInitialVector: string;
|
||||||
|
recoveryCodeSecurityKey: string;
|
||||||
|
recoveryCodesEncrypted: string;
|
||||||
|
|
||||||
lastSyncedPull: number;
|
lastSyncedPull: number;
|
||||||
lastSyncedPush: number;
|
lastSyncedPush: number;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user