Skip to content

Commit

Permalink
✨ HomePage
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbadmin committed Aug 23, 2023
1 parent f7cd2e4 commit 72f3834
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ await WaitAndRetryAsync().ExecuteAsync(async () =>

if (string.IsNullOrEmpty(pollAuthSessionStatusResponse.RefreshToken))
{
loginState.Message = "登录失败,请确认令牌是否正确";
loginState.Message = "登录失败,请确认输入验证码是否正确";
loginState.ResetStatus();
return;
}
Expand Down

0 comments on commit 72f3834

Please sign in to comment.