Skip to content

Commit

Permalink
fix: missing call to SIWE onSignOut
Browse files Browse the repository at this point in the history
  • Loading branch information
tien authored Mar 16, 2024
1 parent 581658c commit 939ce39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/siwe/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export class Web3ModalSIWEClient {
}

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

0 comments on commit 939ce39

Please sign in to comment.