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
optionally retries in cli commands if user rejects Ledger request (#5672)
* exits cli commands if user rejects Ledger request
if a user rejects an action on their Ledger, the command will now exit instead
of retrying and prompting the user again to approve the action
* optionally retry if user rejects request
providers users a way to retry if they rejected by accident because starting
over in that case is a very bad experience
refactors retry prompt into reusable function
0 commit comments