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
After a successful connection to a deployment URL we used
to save the same token associated with two keys:
- last-token
- and associated with the last url
But it does not make sense, once we have to URL we can easily resolve the token
associated with the URL. In other words this commit removes the ability to read/save
a token associated with `last-token` key.
0 commit comments