fix undefined variable

This commit is contained in:
azivner 2017-11-22 20:36:07 -05:00
parent ab433b472e
commit 705aff93ec

View File

@ -29,8 +29,7 @@ async function changePassword(currentPassword, newPassword, req) {
});
return {
success: true,
new_encrypted_data_key: newEncryptedDataKey
success: true
};
}