mirror of
https://github.com/ARMSX2/ARMSX3.git
synced 2026-08-24 16:58:52 -07:00
Fix Change Password dialog not saving the new password on success
This commit is contained in:
@@ -884,6 +884,8 @@ void rpcn_account_edit_dialog::change_password()
|
||||
return;
|
||||
}
|
||||
|
||||
g_cfg_rpcn.set_password(*password);
|
||||
g_cfg_rpcn.save();
|
||||
QMessageBox::information(this, tr("Password Successfully Changed!"), tr("Your password has been successfully changed!"), QMessageBox::Ok);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user