Passed
Push — master ( e20781...b2f419 )
by Stefan
11:50 queued 09:04
created
lib/WebAuthn/StaticProcessHelper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     public static function saveStateAndRedirect(array &$state): void
15 15
     {
16 16
         $id = Auth\State::saveState($state, 'webauthn:request');
17
-	$url = Module::getModuleURL('webauthn/webauthn');
17
+    $url = Module::getModuleURL('webauthn/webauthn');
18 18
         $httpUtils = new Utils\HTTP();
19 19
         $httpUtils->redirectTrustedURL($url, ['StateId' => $id]);
20 20
     }
Please login to merge, or discard this patch.