Skip to content

Commit

Permalink
fix: missing call to SIWE onSignOut (#2054)
Browse files Browse the repository at this point in the history
Co-authored-by: Glitch <[email protected]>
Co-authored-by: tomiir <[email protected]>
  • Loading branch information
3 people authored May 8, 2024
1 parent fcb7ec2 commit 17087dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/siwe/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ export class Web3ModalSIWEClient {
}

async signOut() {
this.methods.onSignOut?.()

return this.methods.signOut()
}
}

0 comments on commit 17087dd

Please sign in to comment.