clcoco

Results 8 comments of clcoco

> In case anyone else ends up here, the example given uses a deprecated CSS rule. This one is working fine for me: > > ``` > @media all {...

> I ran into this problem also. First, I have a simple workaround implemented for now: > > ``` > const { signIn } = useAuth(); > const { redirectedFrom...

It also happen when `enableOnWindowFocus` is enabled or whenever the session is being refetched

> Thank you for the issue. I've been in general considering if we could add something similar to [AuthJS callbacks](https://authjs.dev/reference/core#callbacks) so that any developers are able to customize all the...