@@ -94,8 +94,7 @@ |
||
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); |