From fd4e9315b0fbc6c7f38890a36de44323a8b86b3d Mon Sep 17 00:00:00 2001 From: madsciencecoder Date: Thu, 28 Jul 2016 13:01:37 -0400 Subject: [PATCH] Fix issue were cancelling toonguard code locks new logins indefinitely. --- loginworker.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/loginworker.cpp b/loginworker.cpp index 134a7be..4a935db 100644 --- a/loginworker.cpp +++ b/loginworker.cpp @@ -177,6 +177,7 @@ void LoginWorker::startTwoFactorAuthentication() if(receivedToken == "cancel") { emit sendMessage("Cancelling login."); + emit authenticationFailed(); qDebug() << "Cancelling two factor authentication\n"; return; }