Completed
Push — main ( 02b4a5...a91cd2 )
by Dylan
02:26 queued 02:26
created
examples/Auth.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
         $challenge = self::get_app()->getAPIChallenge();
91 91
 
92 92
         // Redirect to the auth URL
93
-        header("Location: " . self::get_app()->getAuthURL($process, $error, $challenge));
93
+        header("Location: ".self::get_app()->getAuthURL($process, $error, $challenge));
94 94
         flush();
95 95
         die();
96 96
     }
Please login to merge, or discard this patch.