Skip to content

Commit a6103e8

Browse files
author
Rachel Macfarlane
committed
Fix Buffer reference in browser for ms auth
1 parent 4f210e6 commit a6103e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extensions/microsoft-authentication/src/AADHelper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
import * as randomBytes from 'randombytes';
77
import * as querystring from 'querystring';
8+
import { Buffer } from 'buffer';
89
import * as vscode from 'vscode';
910
import { createServer, startServer } from './authServer';
1011

0 commit comments

Comments
 (0)