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
// If command require a client we make sure a client is present with proper configuration
23
-
if!cmd.AllowAnonymousClient {
24
-
err:=validateClient(meta.Client)
22
+
// If command requires authentication and the client was not directly provided in the bootstrap config, we create a new client and overwrite the existing one
0 commit comments