use global URLSearchParams

This commit is contained in:
Tyler Leonhardt
2022-03-18 14:52:18 -07:00
parent 8d99738d84
commit f728c9289e
2 changed files with 4 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ import { sha256 } from './env/node/sha256';
import { BetterTokenStorage, IDidChangeInOtherWindowEvent } from './betterSecretStorage';
import { LoopbackAuthServer } from './authServer';
import path = require('path');
import { URLSearchParams } from 'url';
const localize = nls.loadMessageBundle();