Skip to content

Commit d3c395e

Browse files
Update PrivacyIDEA.java (#37)
1 parent 82ae36c commit d3c395e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/privacyidea/PrivacyIDEA.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public PIResponse validateCheckSerial(String serial, String otp, String transact
161161

162162
params.put(SERIAL, serial);
163163
params.put(PASS, (otp != null ? otp : ""));
164-
if (transactionId != null && transactionId.isEmpty())
164+
if (transactionId != null && !transactionId.isEmpty())
165165
{
166166
params.put(TRANSACTION_ID, transactionId);
167167
}

0 commit comments

Comments
 (0)