solo1-cli icon indicating copy to clipboard operation
solo1-cli copied to clipboard

Fix ignoring output option in simple_secret

Open balping opened this issue 2 years ago • 0 comments

The make_credential function has an output argument, which is supposed to toggle whether the function should print the response or not. However this variable was overwritten inside the function, which is a bug.

balping avatar Mar 11 '23 17:03 balping