Skip to content

Commit

Permalink
properly registers the callback
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanger2000 committed Mar 30, 2023
1 parent e501c18 commit 81a28a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/listeners.ts
Expand Up @@ -23,9 +23,9 @@ connector.registerUpdateAuthStatus(
}
)

connector.registerCloseErrors = () => {
connector.registerCloseErrors(() => {
store.dispatch(gs.closeError())
}
})

// @ts-ignore
connector.registerSaved(() => {
Expand Down

0 comments on commit 81a28a4

Please sign in to comment.