summaryrefslogtreecommitdiffstats
path: root/client/go/auth0/auth0.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/auth0/auth0.go')
-rw-r--r--client/go/auth0/auth0.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/go/auth0/auth0.go b/client/go/auth0/auth0.go
index 43b42cb8960..f8f9bcb8f76 100644
--- a/client/go/auth0/auth0.go
+++ b/client/go/auth0/auth0.go
@@ -157,6 +157,7 @@ func (a *Auth0) PrepareSystem(ctx context.Context) (System, error) {
if err != nil {
// ask and guide the user through the login process:
fmt.Println(fmt.Errorf("failed to renew access token, %s", err))
+ fmt.Print("\n")
s, err = RunLogin(ctx, a, true)
if err != nil {
return System{}, err