diff --git a/app.vue b/app.vue index 046a716..248694a 100644 --- a/app.vue +++ b/app.vue @@ -3,7 +3,7 @@ await getSession({ force: true }); - const { data } = await useAuth(); + const { data } = useAuth(); let darkBool = ref(data.value?.user?.profile?.nightMode || false); // provide("user", ref(dop?.user || null)); @@ -29,10 +29,12 @@ // });