We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd3456 commit b1f60daCopy full SHA for b1f60da
1 file changed
commands/auth.js
@@ -1,7 +1,6 @@
1
import * as helpers from '../lib/helpers.js';
2
import * as Paystack from '../lib/Paystack.js';
3
4
-// TODO(tobshub): remove duplicate logic with `Paystack.signIn`
5
const init = () => {
6
vorpal
7
.command('login', 'Sign in with your Paystack username and password')
0 commit comments