diff --git a/lib/token.mjs b/lib/token.mjs index 22beab0..6e247b2 100644 --- a/lib/token.mjs +++ b/lib/token.mjs @@ -6,7 +6,7 @@ import { StartDeviceAuthorizationCommand, CreateTokenCommand, } from "@aws-sdk/client-sso-oidc"; -import open, { apps } from "open"; +import open from "open"; import { deleteCache, getSession, readCache, writeCache } from "./config.mjs"; import { getArgs } from "./cli.mjs"; @@ -76,7 +76,6 @@ class AwsAssume { open(this.deviceConfig.verificationUriComplete, { wait: true, - app: { name: apps.edge }, }) .catch(() => { spinner.start();