multiversx / mx-sdk-js-web-wallet-provider

Signing provider for dApps: MultiversX (Web) Wallet.
Other
0 stars 1 forks source link

Support "redirectDelayMilliseconds" option on login() and logout(). #4

Closed andreibancioiu closed 2 years ago

andreibancioiu commented 2 years ago

Support redirectDelayMilliseconds option on login() and logout(), to be used on redirects. Default is no delay, redirect immediately.

Not necessarily a breaking change: if one relied on the default delay of 10ms, the calls should be altered to include the new option { ..., redirectDelayMilliseconds: 10 }.