修改默认值 和账号已过期

This commit is contained in:
2025-01-20 11:27:39 +08:00
parent a2225d7cba
commit 40b986e310
2 changed files with 2 additions and 2 deletions
@@ -203,7 +203,7 @@ namespace IRaCIS.Api.Controllers
if (!await _useRepository.AnyAsync(t => t.Id == Guid.Parse(userId) && t.EmailToken == token && t.IsFirstAdd))
{
decodeUrl = errorUrl + $"?lang={lang}&ErrorMessage={System.Web.HttpUtility.UrlEncode(lang == "zh" ? "" : "ErrorThe initialization link has expired. Return")} ";
decodeUrl = errorUrl + $"?lang={lang}&ErrorMessage={System.Web.HttpUtility.UrlEncode(lang == "zh" ? "" : "ErrorThe initialization link has expired.")} ";
}
return Redirect(decodeUrl);