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
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
Describe the bug (required)
When using the Dapp browser, the user signs a transaction or message, and hits cancel, the handleReject function is fired. However, this error is not passed back to the sendAsync function.
In addition, the id property is not assigned or used. This may be the identifier that is used, although it is unclear. More investigation is required.
With PR #653 a hack was introduced to check if the response from RN is not undefined. If it is, it will throws a generic provider error.
App & Device (required)
N/A
To Reproduce
Steps to reproduce the behavior:
Go to the dapp browser tab
Log on to https://basic-sample.rlogin.identity.rifos.org/
Click 'Connect with rLogin'
Click 'Sign Message
Click 'Cancel'
Expected error message to be [ERROR]: User reject as shown here
Additional context
Add any other context about the problem here.
Describe the bug (required)
When using the Dapp browser, the user signs a transaction or message, and hits cancel, the
handleReject
function is fired. However, this error is not passed back to thesendAsync
function.In addition, the
id
property is not assigned or used. This may be the identifier that is used, although it is unclear. More investigation is required.With PR #653 a hack was introduced to check if the response from RN is not undefined. If it is, it will throws a generic
provider error
.App & Device (required)
N/A
To Reproduce
Steps to reproduce the behavior:
https://basic-sample.rlogin.identity.rifos.org/
[ERROR]: User reject
as shown hereAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: