diff --git a/src/WalkingTec.Mvvm.Mvc.Admin/ApiControllers/AccountController.cs b/src/WalkingTec.Mvvm.Mvc.Admin/ApiControllers/AccountController.cs index 0692adec7..271a6256e 100644 --- a/src/WalkingTec.Mvvm.Mvc.Admin/ApiControllers/AccountController.cs +++ b/src/WalkingTec.Mvvm.Mvc.Admin/ApiControllers/AccountController.cs @@ -175,7 +175,7 @@ public async Task RefreshToken(string refreshToken) return await _authService.RefreshTokenAsync(refreshToken); } - [AllRights] + [Public] [HttpGet("[action]/{id}")] public IActionResult CheckLogin(Guid? id) { @@ -229,7 +229,7 @@ public IActionResult CheckLogin(Guid? id) } } - [AllRights] + [Public] [HttpGet("[action]")] public IActionResult CheckUserInfo() { diff --git a/version.props b/version.props index 0e4fe1cf8..fabce4b5a 100644 --- a/version.props +++ b/version.props @@ -1,6 +1,6 @@ - 2.7.5 + 2.7.6