Skip to content

Commit

Permalink
Merge pull request #805 from siiky/fix/lam-506/camera-open
Browse files Browse the repository at this point in the history
fix: increase delay on terms and conditions accept button
  • Loading branch information
RafaelTaranto authored Jun 14, 2022
2 parents b33cdb9 + 2a2a4c4 commit 8b7178e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/brain.js
Original file line number Diff line number Diff line change
Expand Up @@ -2325,7 +2325,7 @@ Brain.prototype.acceptTerms = function acceptTerms () {
// and redirect user to start screen
this.tx = Tx.update(this.tx, { termsAccepted: true })
this.startScreen()
}, 100)
}, 1000)
}

function chooseBillDispenser (config) {
Expand Down

0 comments on commit 8b7178e

Please sign in to comment.