remove some debugs

This commit is contained in:
john 2025-05-20 11:47:59 +02:00
parent 0cbcab6597
commit ff10228907
4 changed files with 1 additions and 3 deletions

View file

@ -8,6 +8,7 @@ export function initClient(): ApiClient {
const client = createClient<paths>({ baseUrl: import.meta.env.VITE_API_URL })
const UnauthorizedHandlerMiddleware: Middleware = {
async onResponse({ response }) {
console.debug('on response middleware?')
console.debug(response.headers.getSetCookie())
console.debug(response.headers.get('set-cookie'))
if (response.status === 401) {