Skip to content

Commit ddc6cfa

Browse files
Doğan Erişentnorling
andauthored
Update lib/msal-node/src/request/InteractiveRequest.ts
Co-authored-by: Thomas Norling <[email protected]>
1 parent 1628834 commit ddc6cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msal-node/src/request/InteractiveRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ export type InteractiveRequest = Pick<AuthorizationUrlRequest, "authority"|"corr
1111
scopes?: Array<string>;
1212
successTemplate?: string;
1313
errorTemplate?: string;
14-
customLoopbackClient?: ILoopbackClient
14+
loopbackClient?: ILoopbackClient
1515
};

0 commit comments

Comments
 (0)