diff --git a/frontend/src/layouts/AuthLayout.vue b/frontend/src/layouts/AuthLayout.vue
index e9f0aeaf7..984c93870 100644
--- a/frontend/src/layouts/AuthLayout.vue
+++ b/frontend/src/layouts/AuthLayout.vue
@@ -4,7 +4,7 @@
-
+
@@ -134,6 +134,7 @@ onBeforeMount(() => {
// clear state
store.commit('project', null)
})
+const isDesktop = computed(() => window.innerWidth > 768)
// put project value into store, if projectBrandingBanner query don't throw an error, so project exists
watchEffect(() => {