Skip to content

Commit

Permalink
add exports to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeLo123 committed Apr 16, 2024
1 parent 01985a4 commit 8154a2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions packages/sdk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"files": [
"dist/**/*"
],
"exports": {
".": "./dist/index.js"
},
"dependencies": {
"classnames": "^2.3.2",
"@fusionauth-sdk/core": "*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ export interface FusionAuthProviderConfig {
*/
redirectUri: string;

/**
* The redirect URI for post-logout. Defaults the provided `redirectUri`.
*/
postLogoutRedirectUri?: string;

/**
* Enables automatic token refreshing. Defaults to false.
*/
Expand Down

0 comments on commit 8154a2a

Please sign in to comment.