mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-21 21:19:36 -04:00
accountService.changePassword() requires old and new password
This commit is contained in:
parent
86511b4e21
commit
55650c495b
4 changed files with 13 additions and 9 deletions
|
@ -119,7 +119,8 @@ message IsAppInitializedReply {
|
|||
}
|
||||
|
||||
message ChangePasswordRequest {
|
||||
string password = 1;
|
||||
string old_password = 1;
|
||||
string new_password = 2;
|
||||
}
|
||||
|
||||
message ChangePasswordReply {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue