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
When I use Cookies.get() method, I passing a undefined variable as a parameter into get method,
bug returns all cookies,
I think, Cookie.get() method should checking the arguments length, if arguments.length > 0, this method shouldn't returns all the cookies, returns undefined would be better.