mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	feat: 🎸 Fix option defintions
This commit is contained in:
		| @@ -45,11 +45,16 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi | ||||
|     passwordVerificationSalt: string; | ||||
|     passwordDerivedKeySalt: string; | ||||
|     encryptedDataKey: string; | ||||
|     hoistedNoteId: string; | ||||
|  | ||||
|     // Multi-Factor Authentication | ||||
|     totpEnabled: boolean; | ||||
|     encryptedRecoveryCodes: boolean; | ||||
|     userSubjectIdentifierSaved: boolean; | ||||
|     oAuthEnabled: boolean; | ||||
|     hoistedNoteId: string; | ||||
|     recoveryCodeInitialVector: string; | ||||
|     recoveryCodeSecurityKey: string; | ||||
|     recoveryCodesEncrypted: string; | ||||
|  | ||||
|     lastSyncedPull: number; | ||||
|     lastSyncedPush: number; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user