fixed missing varible, error:
Upstream-commit: 27ad71e025538b903a3eac8ac1e4eea654346b4d Component: engine
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user