Skip to content

Commit

Permalink
bugfix: DDC在浏览器进行OAuth授权时自动跳转至首页 #2839
Browse files Browse the repository at this point in the history
  • Loading branch information
lannoy0523 committed Dec 12, 2024
1 parent 53fd905 commit 6c74293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/devops-repository/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
} else {
this.$bkMessage({
message: this.$t('projectNoPermissionTip', { 0: urlProjectId }),
theme: 'primary'
theme: 'error'
})
if (this.projectList.find(v => v.id === localProjectId)) {
projectId = localProjectId
Expand Down

0 comments on commit 6c74293

Please sign in to comment.