>
)).map(getStyle(props))
)
diff --git a/front/src/ui/components/Sidebar.vue b/front/src/ui/components/Sidebar.vue
index 7832bd43d..c6749891d 100644
--- a/front/src/ui/components/Sidebar.vue
+++ b/front/src/ui/components/Sidebar.vue
@@ -91,7 +91,7 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index'
-
+
import type { BackendError } from '~/types'
-import { computed, ref, onMounted } from 'vue'
+import { computed, ref, onMounted, nextTick } from 'vue'
import { useI18n } from 'vue-i18n'
import { useRouter } from 'vue-router'
@@ -44,9 +44,6 @@ const submit = async () => {
isLoading.value = false
}
-
-const emailInput = ref()
-onMounted(() => emailInput.value.focus())