bitshares / beet-js

BeetJS is the client library for interaction with Beet
MIT License
8 stars 14 forks source link

relink in examples #50

Closed grctest closed 2 years ago

grctest commented 2 years ago

Store app identities locally in examples Enable the user to relink in the examples, rather than always link.

sschiessl-bcp commented 2 years ago

When I try the signedMessages example (fix appName bug first) it asks in console to relink, if I say no it still shows me the account selection window. Is that intended?

grctest commented 2 years ago

Yeah, if you're not wanting to relink then the option is to link with an account selector. If you cancel at the prompt it should exit the script.

On Tue, 16 Aug 2022, 20:07 Stefan, @.***> wrote:

When I try the signedMessages example (fix appName bug first) it asks in console to relink, if I say no it still shows me the account selection window. Is that intended?

— Reply to this email directly, view it on GitHub https://github.com/bitshares/beet-js/pull/50#issuecomment-1217042901, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZAOFZJW2EUNN5LZ2KHKWDVZPRHZANCNFSM56T6XPRQ . You are receiving this because you authored the thread.Message ID: @.***>

grctest commented 2 years ago

I've fixed the examples 👍