@@ -177,7 +177,9 @@ |
||
| 177 | 177 | * with a transaction counter of 0. |
| 178 | 178 | */ |
| 179 | 179 | $currentCounterValue = -1; |
| 180 | - if ($regObject->getCounter() > 0) $currentCounterValue = $regObject->getCounter(); |
|
| 180 | + if ($regObject->getCounter() > 0) { |
|
| 181 | + $currentCounterValue = $regObject->getCounter(); |
|
| 182 | + } |
|
| 181 | 183 | |
| 182 | 184 | $store->storeTokenData( |
| 183 | 185 | $state['FIDO2Username'], |