diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 5bd65d5ee..791f5cdbe 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -9395,7 +9395,7 @@ void MainWindow::replayDecodes () void MainWindow::postDecode (bool is_new, QString const& message) { - if (message.contains("$VERIFY$")) return; // Don't send OTP messages to messageClient + if (message.contains("$VERIFY$")) return; // Don't send SuperFox OTP messages to messageClient auto const& decode = message.trimmed (); auto const& parts = decode.left (22).split (' ', SkipEmptyParts); if (parts.size () >= 5)