mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	fix undefined variable
This commit is contained in:
		
							parent
							
								
									ab433b472e
								
							
						
					
					
						commit
						705aff93ec
					
				@ -29,8 +29,7 @@ async function changePassword(currentPassword, newPassword, req) {
 | 
				
			|||||||
    });
 | 
					    });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return {
 | 
					    return {
 | 
				
			||||||
        success: true,
 | 
					        success: true
 | 
				
			||||||
        new_encrypted_data_key: newEncryptedDataKey
 | 
					 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user