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