Skip to content

Commit

Permalink
fix: ensure ResponseType is accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed May 18, 2022
1 parent 1b54b3b commit 05f58a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ demo/report/stats.json
!demo-vue/webpack.config.js
!demo-vue/webpack.custom.config.js
package-lock.json
*.tgz
2 changes: 2 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ export {
Credentials,
UserInfo
};
export { ResponseType } from './auth0-common';


/**
* iOS Only
Expand Down

0 comments on commit 05f58a2

Please sign in to comment.