Cypress auth request
I am trying to make a login request in cypress as follows:
I can confirm that the api request is correct as I can see the response in Cypress, but when I console.log(useUser()) in one of my components, it is still null.
I would assume that after making the request, the user should be logged in...
I can confirm that the api request is correct as I can see the response in Cypress, but when I console.log(useUser()) in one of my components, it is still null.
I would assume that after making the request, the user should be logged in...