prosopo / procaptcha

Apache License 2.0
0 stars 0 forks source link

Do not store an error value as the provider in local storage #114

Closed forgetso closed 1 year ago

forgetso commented 2 years ago

An error is returned when the Dapp does not exist in the contract. This is currently being stored as the provider in localStorage

{ error: DappDoesNotExist }

For web2 we should use a single Dapp value for all website using procaptcha.

For web3 this case needs to be handled.