Passed
Push — master ( 107510...5c2740 )
by Stefan
03:43
created
src/Auth/Process/WebAuthn.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
         $session = Session::getSessionFromRequest();
146 146
         $lastSecondFactor = $session->getData("DateTime", 'LastSuccessfulSecondFactor');
147 147
         if // do we need to do secondFactor in interval, or even every time?
148
-           // we skip only if an interval is configured AND we did successfully authenticate, AND are within the interval
148
+            // we skip only if an interval is configured AND we did successfully authenticate, AND are within the interval
149 149
         (
150 150
                 $this->SecondFactorMaxAge >= 0 && // 
151 151
                 (
Please login to merge, or discard this patch.