Skip to content

Commit

Permalink
Update packages/auth/src/commands/auth/2fa/disable.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Stanley Stuart <fivetanley@users.noreply.github.com>
  • Loading branch information
jessieay and fivetanley committed Apr 7, 2021
1 parent 647970f commit 27fec4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/auth/src/commands/auth/2fa/disable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default class Auth2faGenerate extends Command {
]

async run() {
cli.warn('DEPRECATION WARNING: this command has been removed, in favor of disabling MFA in your Account Settings in a browser.')
cli.error('this command has been removed, in favor of disabling MFA in your Account Settings in a browser: https://dashboard.heroku.com/account')
cli.exit(1)
}
}

0 comments on commit 27fec4f

Please sign in to comment.