diff --git a/src/views/desktop/UnlockPage.vue b/src/views/desktop/UnlockPage.vue index 87fd1d42..4b392cc2 100644 --- a/src/views/desktop/UnlockPage.vue +++ b/src/views/desktop/UnlockPage.vue @@ -35,14 +35,6 @@ v-model="pinCode" @pincode:confirm="unlockByPin" /> - -
- - {{ $t('Use on Mobile Device') }} - -
-
- @@ -99,7 +91,6 @@ - @@ -123,8 +114,7 @@ export default { data() { return { pinCode: '', - verifyingByWebAuthn: false, - showMobileQrCode: false + verifyingByWebAuthn: false }; }, computed: { diff --git a/src/views/mobile/UnlockPage.vue b/src/views/mobile/UnlockPage.vue index 7ebf7472..a23fdfbf 100644 --- a/src/views/mobile/UnlockPage.vue +++ b/src/views/mobile/UnlockPage.vue @@ -5,7 +5,7 @@ - +