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

Improves login experience when no localhost is available. #4147

Merged
merged 13 commits into from
Feb 10, 2022
Prev Previous commit
Next Next commit
Fix track import.
  • Loading branch information
mbleigh committed Feb 7, 2022
commit 6cc1b64b4a16779e11fcc2d4519de068c70ea3e6
2 changes: 1 addition & 1 deletion src/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { clearCredentials } from "./defaultCredentials";
import { v4 as uuidv4 } from "uuid";
import { randomBytes, createHash } from "crypto";
import { bold } from "cli-color";
import track from "./track";
import { track } from "./track";

/* eslint-disable camelcase */
// The wire protocol for an access token returned by Google.
Expand Down