Passed
Push — feature/add-azure-mfa-registra... ( 39aafb...5b7d89 )
by
unknown
02:14
created
StepupGateway/SecondFactorOnlyBundle/Service/Gateway/RespondService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
         }
103 103
 
104 104
         $secondFactor = $this->secondFactorService->findByUuid($selectedSecondFactorUuid);
105
-        $loaLevel =  $this->secondFactorService->getLoaLevel($secondFactor);
105
+        $loaLevel = $this->secondFactorService->getLoaLevel($secondFactor);
106 106
         $this->responseValidator->validate($request, $secondFactor, $responseContext->getIdentityNameId());
107 107
 
108 108
         $authnContextClassRef = $this->loaAliasLookupService->findAliasByLoa($loaLevel);
Please login to merge, or discard this patch.