bearslyricattack commented on code in PR #7:
URL: https://github.com/apache/incubator-seata-ctl/pull/7#discussion_r1811069351


##########
cmd/root.go:
##########
@@ -73,15 +72,16 @@ func Execute() {
                        os.Exit(0)
                }
        }
-       address := seata.GetAuth().GetAddress()
-       err := seata.GetAuth().Login()
-       if err != nil {
-               fmt.Println("login failed!")
-               os.Exit(1)
-       }
+       //address := seata.GetAuth().GetAddress()
+       //err := seata.GetAuth().Login()
+       //if err != nil {
+       //      fmt.Println("login failed!")
+       //      os.Exit(1)
+       //}
+       var err error
 
        for {
-               printPrompt(address)
+               //printPrompt(address)

Review Comment:
   the relevant logic has been corrected



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to