We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36c283 commit 1d50b01Copy full SHA for 1d50b01
src/lib/circle.js
@@ -44,16 +44,6 @@ function getUserInput(info) {
44
const clipboardValue = await clipboard.read();
45
return clipboardValue.length === 40 ? clipboardValue : null;
46
},
47
- when: () => {
48
- try {
49
- return info.options['ask-for-passwords'];
50
- } catch (error) {
51
- info.log.error(
52
- 'Something went wrong with your stored api token. Delete them from your keychain and try again'
53
- );
54
- process.exit(1); // eslint-disable-line unicorn/no-process-exit
55
- }
56
- },
57
58
{
59
type: 'confirm',
0 commit comments