mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	feat: 🎸 move totp services to encryption logic
This commit is contained in:
		| @@ -131,10 +131,10 @@ const defaultOptions: DefaultOption[] = [ | ||||
|     { name: "customSearchEngineUrl", value: "https://duckduckgo.com/?q={keyword}", isSynced: true }, | ||||
|     { name: "promotedAttributesOpenInRibbon", value: "true", isSynced: true }, | ||||
|     { name: "editedNotesOpenInRibbon", value: "true", isSynced: true }, | ||||
|     { name: 'totpEnabled', value: 'false', isSynced: true }, | ||||
|     { name: "mfaEnabled", value: "false", isSynced: false }, | ||||
|     { name: 'mfaMethod', value: 'totp', isSynced: false }, | ||||
|     { name: 'encryptedRecoveryCodes', value: 'false', isSynced: true }, | ||||
|     { name: 'userSubjectIdentifierSaved', value: 'false', isSynced: true }, | ||||
|     { name: 'oAuthEnabled', value: 'false', isSynced: true }, | ||||
|  | ||||
|     // Appearance | ||||
|     { name: "splitEditorOrientation", value: "horizontal", isSynced: true }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user