From ce3f6323eafce917a47a1007f6a84876c16e1dab Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Sun, 5 Oct 2025 16:56:51 +0200 Subject: [PATCH] Tidying --- stores/auth.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/stores/auth.ts b/stores/auth.ts index 3039e26..d3fd5a6 100644 --- a/stores/auth.ts +++ b/stores/auth.ts @@ -70,7 +70,6 @@ export const useAuthStore = defineStore("auth", { jwt }} }) - console.log(me) this.user = me.user this.permissions = me.permissions this.tenants = me.tenants