mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +11:00
🐛 ChangePass fix didnt push???
This commit is contained in:
parent
ed04fb556f
commit
33c3abf84b
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ public:
|
|||
const bool state = (password == attempt);
|
||||
if (state)
|
||||
{
|
||||
password == new_pass;
|
||||
password = new_pass;
|
||||
}
|
||||
return state;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue