Browse Source

Update EnsureDeviceApp interaction delay

master
meriadec 7 years ago
parent
commit
ab9a72156d
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 2
      src/components/modals/StepConnectDevice.js

2
src/components/modals/StepConnectDevice.js

@ -20,7 +20,7 @@ const StepConnectDevice = ({ account, currency, onChangeDevice, onStatusChange }
<EnsureDeviceApp
account={account}
currency={currency}
waitBeforeSuccess={500}
waitBeforeSuccess={200}
onSuccess={({ device }) => {
// TODO: remove those non-nense callbacks
if (onChangeDevice) {

Loading…
Cancel
Save