fix(core): update
This commit is contained in:
@ -46,7 +46,7 @@ export class DockerHost {
|
||||
}
|
||||
console.log(response.body.Status);
|
||||
this.registryToken = plugins.smartstring.base64.encode(
|
||||
plugins.smartjson.Smartjson.stringify(authData, {})
|
||||
plugins.smartjson.stringify(authData, {})
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user