Skip to content

Commit d9a92c7

Browse files
author
Prithvi Kanherkar
committed
Update CryptoProvider.ts
1 parent 572bbda commit d9a92c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msal-node/src/crypto/CryptoProvider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Licensed under the MIT License.
44
*/
55

6-
import { ICrypto, PkceCodes, SignedHttpRequest } from '@azure/msal-common';
6+
import { ICrypto, PkceCodes } from '@azure/msal-common';
77
import { GuidGenerator } from './GuidGenerator';
88
import { EncodingUtils } from './../utils/EncodingUtils';
99
import { PkceGenerator } from './PkceGenerator';

0 commit comments

Comments
 (0)