You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
related #9
because you have the path as '/home', the cookie is only valid for /home and any subpaths.
This is why the cookie disappears when you navigate the site I think.
related #9
because you have the path as '/home', the cookie is only valid for /home and any subpaths.
This is why the cookie disappears when you navigate the site I think.
https://github.com/FACN1/week8-edjy/blob/master/src/router.js#L98
The text was updated successfully, but these errors were encountered: