Skip to content

Commit

Permalink
Fix the issue of always displaying Unbind in the login method on th…
Browse files Browse the repository at this point in the history
…e user profile page (#5079)

#### What type of PR is this?

/kind bug

#### What this PR does / why we need it:

Fix the issue of always displaying Unbind in the login method on the user profile page.

#### Which issue(s) this PR fixes:

Fixes #5048

#### Special notes for your reviewer:
@JohnNiang 's help.
#### Does this PR introduce a user-facing change?


```release-note
修复个人中心用户登录方式仅显示解绑问题 
```
  • Loading branch information
xzyone authored Dec 20, 2023
1 parent 25bd378 commit 072862c
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 072862c

Please sign in to comment.