mirror of https://github.com/halo-dev/halo
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
parent
25bd378a12
commit
072862cd1e
|
@ -185,7 +185,7 @@ const emailVerifyModal = ref(false);
|
||||||
type="secondary"
|
type="secondary"
|
||||||
@click="handleBindAuth(authProvider)"
|
@click="handleBindAuth(authProvider)"
|
||||||
>
|
>
|
||||||
{{ $t("core.uc_profile.detail.operations.unbind.button") }}
|
{{ $t("core.uc_profile.detail.operations.bind.button") }}
|
||||||
</VButton>
|
</VButton>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue