19 lines
659 B
Diff
19 lines
659 B
Diff
|
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();
|
||
|
}
|
||
|
|
||
|
|