From 09210d5d40035aa5a572423bf173ce0f4d06ab3b Mon Sep 17 00:00:00 2001 From: MaysWind Date: Mon, 10 Jul 2023 00:38:22 +0800 Subject: [PATCH] remove switch to mobile/desktop version in unlock page --- src/views/desktop/UnlockPage.vue | 12 +----------- src/views/mobile/UnlockPage.vue | 20 ++------------------ 2 files changed, 3 insertions(+), 29 deletions(-) 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" /> - - - - @@ -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 @@ - +