Skip to content

Commit

Permalink
[release-2.11] Fix the issue of always displaying Unbind in the log…
Browse files Browse the repository at this point in the history
…in method on the user profile page (#5083)

This is an automated cherry-pick of #5079

/assign ruibaby

```release-note
修复个人中心用户登录方式仅显示解绑问题
```
  • Loading branch information
halo-dev-bot authored Dec 20, 2023
1 parent 97b5f72 commit 263f090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/uc-src/modules/profile/tabs/Detail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const emailVerifyModal = ref(false);
type="secondary"
@click="handleBindAuth(authProvider)"
>
{{ $t("core.uc_profile.detail.operations.unbind.button") }}
{{ $t("core.uc_profile.detail.operations.bind.button") }}
</VButton>
</div>
</div>
Expand Down

0 comments on commit 263f090

Please sign in to comment.