Completed
Push — master ( ccd830...36e7a9 )
by LAHAXE
06:00
created
src/http/Controllers/U2fController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
      */
88 88
     public function authData()
89 89
     {
90
-        if($this->u2f->check()) {
90
+        if ($this->u2f->check()) {
91 91
 
92 92
             return $this->redirectAfterSuccessAuth();
93 93
         }
Please login to merge, or discard this patch.