cleaned up mobile styling and updated input action component

This commit is contained in:
Edward Tirado Jr 2026-04-08 19:04:15 -05:00
parent 59fb81a42e
commit a8488f111f
11 changed files with 112 additions and 56 deletions

View file

@ -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,