Skip to content

Commit 5bdec0d

Browse files
committed
Add logout function to exisiting sdk wallets
1 parent a0fc080 commit 5bdec0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/select/wallets/portis.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ function portis(options) {
3434
interface: {
3535
name: "Portis",
3636
connect: provider.enable,
37+
disconnect: () => portis.logout(),
3738
address: {
3839
onChange: func => {
3940
portis.onLogin(address => {

0 commit comments

Comments
 (0)