Skip to content

Commit fa3c189

Browse files
committed
Merge pull request oauthjs#74 from omkarkhair/master
Corrected Refresh Token array in memory
2 parents d728567 + aee3a45 commit fa3c189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/memory/model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var oauthAccessTokens = [],
1414
password: [
1515
'thom'
1616
],
17-
refreshToken: [
17+
refresh_token: [
1818
'thom'
1919
]
2020
},

0 commit comments

Comments
 (0)