diff --git a/stores/auth.ts b/stores/auth.ts index 96331ab4..a341c90a 100644 --- a/stores/auth.ts +++ b/stores/auth.ts @@ -39,7 +39,6 @@ export const useAuth = defineStore('auth', { await $fetch('/auth/login/', { method: 'POST', - headers: new Headers([['content-type', 'application/json;charset=UTF-8']]), body: JSON.stringify(payload), async onResponse({ response }) { code = response.status