Skip to content

Commit

Permalink
feat:支持管理我的 OAUTH #10995
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Dec 26, 2024
1 parent 81f7307 commit d2ae618
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class OauthRepositoryService @Autowired constructor(
),
scmCode = scmCode.value,
scmType = scmCode.convertScmType(),
name = scmCode.name,
name = scmCode.scmName,
operator = it.operator ?: "",
createTime = it.createTime,
expired = it.expiresIn?.let { expiresIn ->
Expand Down

0 comments on commit d2ae618

Please sign in to comment.