Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature-request] Any way to specify a different browser than the system default ? #2

Open
d33psky opened this issue May 31, 2022 · 2 comments

Comments

@d33psky
Copy link

d33psky commented May 31, 2022

Any way to specify a different browser than the system default ?

@d33psky
Copy link
Author

d33psky commented May 31, 2022

Found a workaround: following https://www.npmjs.com/package/open edit aws.js and change the open line :

    open(`${verificationUri}?user_code=${userCode}`, {app: {name: open.apps.chrome}})

@Sm0ove
Copy link

Sm0ove commented Mar 17, 2023

Found a workaround: following https://www.npmjs.com/package/open edit aws.js and change the open line :

    open(`${verificationUri}?user_code=${userCode}`, {app: {name: open.apps.chrome}})

Thanks alot for this workaround, I was looking exactly for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants