Fix the issue of always displaying `Unbind` in the login method on the 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
修复个人中心用户登录方式仅显示解绑问题 
```
pull/5080/head^2
Yone 2023-12-20 10:48:08 +08:00 committed by GitHub
parent 25bd378a12
commit 072862cd1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>