Skip to content

Commit

Permalink
💡 修改注释
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyd-c committed Dec 3, 2023
1 parent 02bd057 commit 6b758e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

/**
* 微软登录
* update 2021-08-24 mroldx ([email protected])
*
* @author yangkai.shen (https://xkcoding.com)
* @update:2021-08-24 mroldx ([email protected])
* @since 1.5.0
*/
public class AuthMicrosoftRequest extends AbstractAuthMicrosoftRequest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protected String doGetAuthorizationCode(String code) {
/**
* 获取token的URL
*
* @return
* @return accessTokenUrl
*/
protected String accessTokenUrl() {
return UrlBuilder.fromBaseUrl(source.accessToken())
Expand Down

0 comments on commit 6b758e0

Please sign in to comment.