Skip to content

Commit

Permalink
fix: reset verification status when refusing
Browse files Browse the repository at this point in the history
  • Loading branch information
helciofranco committed Jan 7, 2025
1 parent ede16a7 commit 90f4c3b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ export class WalletConnectConnector extends PredicateConnector {
})
.catch((err) => {
clearTimeout(validationTimeout);
this.storage.removeItem(`SIGNATURE_VALIDATION_${address}`);
reject(err);
});
});
Expand Down

0 comments on commit 90f4c3b

Please sign in to comment.