You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disconnecting an account doesn't seem to result in any effect with ArgentX wallet, which still displays the accounts connected with the app
Expected behavior:
Should disconnect/logout the account from the app
Steps to reproduce:
Click connect wallet and then disconnect wallet. Then you can see on ArgentX that the account is still connected and if you refresh the page we can still see the wallet connected Related code:
export function starknetDisconnect(options?: DisconnectOptions) {
return new Promise<void>((resolve, reject) => {
disconnect(options) //bug occurs here
.then(() => {
...
})
.catch((error) => {
...
});
});
}
Other information:
The text was updated successfully, but these errors were encountered:
Bug Report
Phaser-Starknet-Version version:
See starknet-io/get-starknet#123
Current behavior:
Disconnecting an account doesn't seem to result in any effect with ArgentX wallet, which still displays the accounts connected with the app
Expected behavior:
Should disconnect/logout the account from the app
Steps to reproduce:
Click connect wallet and then disconnect wallet. Then you can see on ArgentX that the account is still connected and if you refresh the page we can still see the wallet connected
Related code:
Other information:
The text was updated successfully, but these errors were encountered: