pam-eid/automatic.patch

19 lines
659 B
Diff
Raw Normal View History

2024-10-29 13:39:15 +01:00
Description: Enable automatic mode for pinpad readers
Author: Christoph Pleger <pleger@irb.cs.tu-dortmund.de>
Index: ausweisapp2-2.2.0/src/ui/automatic/UiPluginAutomatic.cpp
===================================================================
--- ausweisapp2-2.2.0.orig/src/ui/automatic/UiPluginAutomatic.cpp 2024-08-12 12:32:52.000000000 +0200
+++ ausweisapp2-2.2.0/src/ui/automatic/UiPluginAutomatic.cpp 2024-08-12 15:56:11.292705866 +0200
@@ -223,9 +223,7 @@
mContext->setStateApproved();
return;
}
-
- qCWarning(automatic) << "Cannot handle password... abort automatic workflow";
- mContext->killWorkflow();
+ mContext->setStateApproved();
}