mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-27 11:10:12 +08:00
更新 UserProfileView.vue
This commit is contained in:
@@ -693,7 +693,6 @@ watch(
|
|||||||
<!-- 双重验证弹窗 -->
|
<!-- 双重验证弹窗 -->
|
||||||
<VDialog v-if="otpDialog" v-model="otpDialog" max-width="45rem" scrollable>
|
<VDialog v-if="otpDialog" v-model="otpDialog" max-width="45rem" scrollable>
|
||||||
<VCard>
|
<VCard>
|
||||||
<VDialogCloseBtn @click="otpDialog = false" />
|
|
||||||
<VCardText>
|
<VCardText>
|
||||||
<!-- 如果已启用OTP,显示清除界面 -->
|
<!-- 如果已启用OTP,显示清除界面 -->
|
||||||
<template v-if="accountInfo.is_otp && !qrCode">
|
<template v-if="accountInfo.is_otp && !qrCode">
|
||||||
@@ -755,6 +754,7 @@ watch(
|
|||||||
</VForm>
|
</VForm>
|
||||||
</template>
|
</template>
|
||||||
</VCardText>
|
</VCardText>
|
||||||
|
<VDialogCloseBtn @click="otpDialog = false" />
|
||||||
</VCard>
|
</VCard>
|
||||||
</VDialog>
|
</VDialog>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user