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
Currently it boots automatically and tries to connect to the previously-connected wallet, which has some side effects (Causes the Alby extension unlock dialog to popup for example), which creates a poor experience for users who previously connected but have restarted their browser/computer since they last connected.
Currently it boots automatically and tries to connect to the previously-connected wallet, which has some side effects (Causes the Alby extension unlock dialog to popup for example), which creates a poor experience for users who previously connected but have restarted their browser/computer since they last connected.
https://github.com/getAlby/bitcoin-connect/blob/master/src/state/boot.ts#L31
By moving this to be called by the init function, the app could boot when Bitcoin Connect is actually needed.
The text was updated successfully, but these errors were encountered: