diff --git a/frontend/src/components/PhoneLockScreen.vue b/frontend/src/components/PhoneLockScreen.vue index f32dd4b..8757540 100644 --- a/frontend/src/components/PhoneLockScreen.vue +++ b/frontend/src/components/PhoneLockScreen.vue @@ -13,7 +13,7 @@ import { computed, onBeforeUnmount, onMounted, ref } from 'vue' import { usePhoneStore } from '@/stores/phone' const emit = defineEmits<{ - unlock: [destination?: 'camera'] + unlock: [] }>() const phone = usePhoneStore() @@ -172,7 +172,6 @@ onBeforeUnmount(() => { :colors="whiteNavbarLinkColors" :link-props="{ type: 'button' }" :aria-label="phone.t('LockScreen.camera')" - @click="emit('unlock', 'camera')" >