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; }