Passed
Push — master ( 50bf01...143906 )
by Shreyans Kumar
12:11 queued 07:58
created
app/Http/Controllers/Auth/RegisterController.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,8 +94,7 @@
 block discarded – undo
94 94
             } else {
95 95
                 $status = "Your e-mail is already verified. You can now login.";
96 96
             }
97
-        }
98
-        else {
97
+        } else {
99 98
             return redirect('/login')->with('warning', "Sorry! Your email can not be identified.");
100 99
         }
101 100
         return redirect('/login')->with('status', $status);
Please login to merge, or discard this patch.