summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/go/auth0/auth0.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/go/auth0/auth0.go b/client/go/auth0/auth0.go
index c09f2d4a515..5acd4354274 100644
--- a/client/go/auth0/auth0.go
+++ b/client/go/auth0/auth0.go
@@ -361,6 +361,10 @@ func RunLogin(ctx context.Context, a *Auth0, expired bool) (*System, error) {
}
fmt.Printf("Your Device Confirmation code is: %s\n\n", state.UserCode)
+
+ fmt.Println("If you prefer, you can open the URL directly for verification")
+ fmt.Printf("Your Verification URL: %s\n\n", state.VerificationURI)
+
fmt.Println("Press Enter to open the browser to log in or ^C to quit...")
fmt.Scanln()