How to logout?
#156
-
Is it possible to use only custom components? |
Beta Was this translation helpful? Give feedback.
Answered by
lochie
Mar 8, 2023
Replies: 1 comment
-
you can use wagmi's useDisconnect Hook to disconnect a connected wallet. If you're looking to sign a wallet out after using Sign In With Ethereum you can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lochie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can use wagmi's useDisconnect Hook to disconnect a connected wallet. If you're looking to sign a wallet out after using Sign In With Ethereum you can use the
signOut
function in ouruseSIWE
Hook, which you can read about in our docs: https://docs.family.co/connectkit/usesiwe-hook#useSIWE-signOut