From bc0ee93276c2eea4743faa92d0ebfac60d2b199e Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Mon, 26 Jul 2021 01:40:47 -0400 Subject: [PATCH] Fix broken login cancellation --- puppet/src/puppet.js | 1 - 1 file changed, 1 deletion(-) diff --git a/puppet/src/puppet.js b/puppet/src/puppet.js index f436833..69d7e5f 100644 --- a/puppet/src/puppet.js +++ b/puppet/src/puppet.js @@ -347,7 +347,6 @@ export default class MessagesPuppeteer { _waitForLoginCancel() { return new Promise((resolve, reject) => { if (this.loginCancelled) { - this.loginCancelled = false resolve() } else { reject()