We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f611ac commit ae031d9Copy full SHA for ae031d9
1 file changed
src/login.ts
@@ -51,7 +51,7 @@ export class Login {
51
input = 'interactive'
52
} else {
53
await ux.anykey(`heroku: Press any key to open up the browser to login or ${color.yellow('q')} to exit`)
54
- input = 'browser'
+ input = process.env.HEROKU_LEGACY_SSO === '1' ? 'sso' : 'browser'
55
}
56
57
try {
0 commit comments