From 72f383454be38a9ba9073f5c3a618f06362007d1 Mon Sep 17 00:00:00 2001 From: RMBGAME Date: Thu, 24 Aug 2023 00:01:52 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20HomePage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Services.Implementation/SteamAccountService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BD.SteamClient/Services.Implementation/SteamAccountService.cs b/src/BD.SteamClient/Services.Implementation/SteamAccountService.cs index 1f918b61..a76f32c7 100644 --- a/src/BD.SteamClient/Services.Implementation/SteamAccountService.cs +++ b/src/BD.SteamClient/Services.Implementation/SteamAccountService.cs @@ -592,7 +592,7 @@ await WaitAndRetryAsync().ExecuteAsync(async () => if (string.IsNullOrEmpty(pollAuthSessionStatusResponse.RefreshToken)) { - loginState.Message = "登录失败,请确认令牌是否正确。"; + loginState.Message = "登录失败,请确认输入验证码是否正确。"; loginState.ResetStatus(); return; }