Skip to content

Commit c538510

Browse files
author
Eric Koleda
committed
Remove old reference to STATE_PARAMETER_LOCATION. Fixes #221.
1 parent 053d3e7 commit c538510

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/OAuth2.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ if (typeof module === 'object') {
5757
module.exports = {
5858
createService: createService,
5959
getRedirectUri: getRedirectUri,
60-
TOKEN_FORMAT: TOKEN_FORMAT,
61-
STATE_PARAMETER_LOCATION: STATE_PARAMETER_LOCATION
60+
TOKEN_FORMAT: TOKEN_FORMAT
6261
};
6362
}

0 commit comments

Comments
 (0)