Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinsj committed Jun 9, 2024
1 parent 023c119 commit 4c9058a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function App() {
deleteStateCookie(state)
window.history.replaceState({}, document.title, '/')
}
}, [tokens])
}, [tokens, codeVerifier, state])

const status = state && code && codeVerifier ? [
`state: ${state}`,
Expand Down

0 comments on commit 4c9058a

Please sign in to comment.