Add user loaded log

This commit is contained in:
MartinBraquet
2025-10-16 01:24:05 +02:00
parent bbfa2a4eab
commit e85a072f1c

View File

@@ -18,6 +18,7 @@ export async function api<P extends APIPath>(
break
}
}
console.debug('User loaded after', i, 'iterations')
}
return typedAPICall(path, params, auth.currentUser)