mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 08:32:13 +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);
|
const bool state = (password == attempt);
|
||||||
if (state)
|
if (state)
|
||||||
{
|
{
|
||||||
password == new_pass;
|
password = new_pass;
|
||||||
}
|
}
|
||||||
return state;
|
return state;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue