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
The only times we call configureCli are:
1. When logging in, where we always have a token/URL.
2. When opening a link, where the token might be undefined, but if so we
want to use the current token; not wipe it.
Since in neither of these cases do we want to remove the URL or token,
just remove that code altogether so that updating with undefined is a
no-op.
Fixes#318.
0 commit comments