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 connectUser() and connectApiUser() are provided a server value that is a URL rather than a servers() name, consider treating that value as a Connect URL and call addServer() to add a server entry.
When
connectUser()
andconnectApiUser()
are provided aserver
value that is a URL rather than aservers()
name, consider treating that value as a Connect URL and calladdServer()
to add a server entry.With this change, folks could add a new Connect account with a single call rather than the two that we require today.
The text was updated successfully, but these errors were encountered: