From cd2b2115c0b3d1d3009ba9f5e5b02b7c89d081c5 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 22 Oct 2018 23:53:19 +0200 Subject: [PATCH] fix an issue in push button auth where it would sometimes be triggered twice and with that break itself --- libnymea-app-core/engine.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libnymea-app-core/engine.cpp b/libnymea-app-core/engine.cpp index c7f1129b..44e19233 100644 --- a/libnymea-app-core/engine.cpp +++ b/libnymea-app-core/engine.cpp @@ -47,7 +47,6 @@ Engine::Engine(QObject *parent) : m_connection->registerTransport(new CloudTransportFactory()); connect(m_jsonRpcClient, &JsonRpcClient::connectedChanged, this, &Engine::onConnectedChanged); - connect(m_jsonRpcClient, &JsonRpcClient::authenticationRequiredChanged, this, &Engine::onConnectedChanged); connect(m_deviceManager, &DeviceManager::fetchingDataChanged, this, &Engine::onDeviceManagerFetchingChanged);