mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	feat(react/settings): port change password
This commit is contained in:
		| @@ -2,7 +2,7 @@ import { AttributeRow, NoteType } from "./rows.js"; | ||||
|  | ||||
| type Response = { | ||||
|     success: true, | ||||
|     message: string; | ||||
|     message?: string; | ||||
| } | { | ||||
|     success: false; | ||||
|     message: string; | ||||
| @@ -107,3 +107,5 @@ export interface DatabaseBackup { | ||||
|     filePath: string; | ||||
|     mtime: Date; | ||||
| } | ||||
|  | ||||
| export type ChangePasswordResponse = Response; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user