Skip to content

Commit

Permalink
Include interfacesin distand update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bpedroza committed Jun 1, 2022
1 parent 5537c81 commit 3c5617c
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-pkce",
"version": "1.1.3",
"version": "1.2.0",
"description": "A package that makes using the OAuth2 PKCE flow easier",
"main": "dist/PKCE.js",
"types": "dist/PKCE.d.ts",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/PKCE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,6 @@ export default class PKCE {
* @return {Storage}
*/
private getStore(): Storage {
return this.config?.storage || sessionStorage
return this.config?.storage || sessionStorage;
}
}

0 comments on commit 3c5617c

Please sign in to comment.