Problem(?) with the turnstile widget

I've added a turnstile widget to my site and depending if it's successful (both challenge and verification) an element is shown, the first time it worked well, then I reloaded the page and now I'm getting in the console:
Request for the Private Access Token challenge.
The next request for the Private Access Token challenge may return a 401 and show a warning in console.

(I also got an GET error 401)
But the logging of the Function that is called with data-callback returned that it indeed passed verification, why is that? First why is it that the function is called if I'm getting 401 and why even though it was called it passed verification?

What I'm also curious about is why it warns that I'm going to get a 401, like it knows about it before hand, why is this happening?

Thank you.
Was this page helpful?