Skip to content

Commit

Permalink
feat: improve login error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythologyli committed May 1, 2024
1 parent 80edc65 commit a04457a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zjuconnectmode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void MainWindow::setModeToZjuConnect()
if (isZjuConnectLoginError)
{
isZjuConnectLoginError = false;
QMessageBox::critical(this, "错误", "登录失败");
QMessageBox::critical(this, "错误", "登录失败\n请检查设置中的网络账号和密码是否设置正确");
}
else if (isZjuConnectAccessDenied)
{
Expand Down

0 comments on commit a04457a

Please sign in to comment.