From 75efa5d3a2586d16226526ddacf00ce3e8bd3367 Mon Sep 17 00:00:00 2001 From: CH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com> Date: Thu, 25 Jun 2020 23:29:50 +0530 Subject: Fix the Weird auto-confirmation and cancellation --- src/DeviceVerificationFlow.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/DeviceVerificationFlow.cpp') diff --git a/src/DeviceVerificationFlow.cpp b/src/DeviceVerificationFlow.cpp index 9f120a00..9b260892 100644 --- a/src/DeviceVerificationFlow.cpp +++ b/src/DeviceVerificationFlow.cpp @@ -190,7 +190,6 @@ DeviceVerificationFlow::DeviceVerificationFlow(QObject *) auto msg = std::get>(message); if (msg.content.transaction_id == this->transaction_id) { - this->startVerificationRequest(); emit this->deviceVerified(); } }); -- cgit 1.5.1