diff --git a/frontend/src/layouts/AuthLayout.vue b/frontend/src/layouts/AuthLayout.vue
index e66f19fc3..42b232e88 100644
--- a/frontend/src/layouts/AuthLayout.vue
+++ b/frontend/src/layouts/AuthLayout.vue
@@ -3,7 +3,7 @@
@@ -73,7 +73,7 @@
-
+
diff --git a/frontend/src/pages/ResetPassword.vue b/frontend/src/pages/ResetPassword.vue
index 4a42faa08..61a5621e3 100644
--- a/frontend/src/pages/ResetPassword.vue
+++ b/frontend/src/pages/ResetPassword.vue
@@ -106,7 +106,7 @@ export default {
},
},
created() {
- this.$emit('is-mobile-start', false)
+ this.$emit('set-mobile-start', false)
this.setDisplaySetup()
},
}