Ver código fonte

fixed missing varible, error:

Ken Cochrane 12 anos atrás
pai
commit
27ad71e025
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      auth/auth.go

+ 1 - 0
auth/auth.go

@@ -88,6 +88,7 @@ func Login(authConfig AuthConfig) (string, error) {
 	storeConfig := false
 	reqStatusCode := 0
 	var status string
+	var errMsg string
 	var reqBody []byte
 	jsonBody, err := json.Marshal(authConfig)
 	if err != nil {