Skip to content

Commit

Permalink
feat:支持管理我的 OAUTH TencentBlueKing#10995
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Nov 15, 2024
1 parent 7deef32 commit 7720f10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ object AuthMessageCode {

const val ERROR_USER_INFORMATION_NOT_SYNCED = "2121090" // 请等待第二天用户信息同步后再尝试操作,因为新入职用户的信息尚未同步完成

const val OAUTH_INFO_OCCUPIED_CANNOT_DELETE = "2121917" // OAUTH授权信息被占用,无法删除
const val OAUTH_INFO_OCCUPIED_CANNOT_DELETE = "2121097" // OAUTH授权信息被占用,无法删除
}
2 changes: 1 addition & 1 deletion support-files/i18n/auth/message_en_US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
2121088=The target member and the handover person are not allowed to be the same.
2121089=Expired permissions are not allowed to be transferred
2121090=Please wait until the next day for user information to be synchronized before trying again, as the information of new users has not yet been synchronized.
2121917=OAuth auth info occupied, can't delete
2121097=OAuth auth info occupied, can't delete
bkAdministratorNotExpired=Permission has not expired and no action is required
bkAgreeRenew=Agree to renew
bkApproverAgreeRenew=Approver agreed to your permission renewal
Expand Down
2 changes: 1 addition & 1 deletion support-files/i18n/auth/message_zh_CN.properties
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
2121088=目标对象和交接人不允许相同
2121089=已过期的权限不允许交接
2121090=请等待第二天用户信息同步后再尝试操作,因为新入职用户的信息尚未同步完成。
2121917=OAUTH授权信息被占用, 无法删除
2121097=OAUTH授权信息被占用, 无法删除
bkAdministratorNotExpired=权限还未过期,不需要操作
bkAgreeRenew=同意续期
bkApproverAgreeRenew=审批人同意了您的权限续期
Expand Down

0 comments on commit 7720f10

Please sign in to comment.