pyro2927 / AWS_SSO_Containers

Firefox extension to route AWS SSO logins into unique containers.
https://addons.mozilla.org/en-US/firefox/addon/aws-sso-containers/
55 stars 16 forks source link

Fix name param #20

Closed cjallen88 closed 3 months ago

cjallen88 commented 3 months ago

Fixes #17.

The crux of the issue was the url parsing, which is corrected by using built-in utilities. I also added await to the browser tab operations because they return promises.