cleaned up mobile styling and updated input action component
This commit is contained in:
parent
59fb81a42e
commit
a8488f111f
11 changed files with 112 additions and 56 deletions
|
|
@ -14,7 +14,8 @@ export const $api = <T>(
|
|||
},
|
||||
onResponseError({response}) {
|
||||
if (response.status === 401 || response.status === 419) {
|
||||
useAuth().logout()
|
||||
useCookie('XSRF-TOKEN').value = ''
|
||||
navigateTo('/auth/login')
|
||||
}
|
||||
},
|
||||
...options,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue