LAPTOP-T815PCOQ\25526
2024-11-18 29ae330b546e455a23e486882d783015a964fc8c
SourceCode/Bond/BondEq/View/LoginDlg.cpp
@@ -2,7 +2,7 @@
//
#include "stdafx.h"
#include "BondServo.h"
#include "BondEq.h"
#include "afxdialogex.h"
#include "LoginDlg.h"
#include "UserManager.h"
@@ -109,7 +109,6 @@
void CLoginDlg::OnBnClickedChangePassword()
{
    CChangePasswordDlg changePasswordDlg;
    changePasswordDlg.DoModal();
    if (changePasswordDlg.DoModal() == IDOK) {
        m_editPassword.SetWindowText("");
    }