This commit is contained in:
jb-alvarado 2024-02-21 17:34:10 +01:00
parent 3e25207863
commit 48d46f6098

View File

@ -39,7 +39,6 @@ export const useAuth = defineStore('auth', {
await $fetch<LoginObj>('/auth/login/', {
method: 'POST',
headers: new Headers([['content-type', 'application/json;charset=UTF-8']]),
body: JSON.stringify(payload),
async onResponse({ response }) {
code = response.status