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
Right now, if the token is empty, we attempt to request a new one. We don't check ahead of time for a bad or expired token; if we did (for example, in ndi.cloud.api.call), then we might save our users some grief.
Right now, if the token is empty, we attempt to request a new one. We don't check ahead of time for a bad or expired token; if we did (for example, in ndi.cloud.api.call), then we might save our users some grief.
(mentioned by @jesshaley )