Skip to content

Commit

Permalink
fix: missing state prop
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Dec 28, 2021
1 parent 14df753 commit 69a2fd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/auth-auth0/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ type E = ReturnType<ReturnType<typeof prepareEffects>>
declare module '@hydrofoil/shell-auth' {
interface AuthState {
auth0: Auth0Client
referrer?: string
}

// eslint-disable-next-line
Expand Down

0 comments on commit 69a2fd1

Please sign in to comment.