LAPTOP-SNT8I5JK\Boounion
2024-12-02 e5d448c95b18b46068453fa95527f1de1f7f0d45
SourceCode/Bond/BondEq/View/LoginDlg.cpp
@@ -109,7 +109,6 @@
void CLoginDlg::OnBnClickedChangePassword()
{
    CChangePasswordDlg changePasswordDlg;
    changePasswordDlg.DoModal();
    if (changePasswordDlg.DoModal() == IDOK) {
        m_editPassword.SetWindowText("");
    }