supplement to the latest commit. I removed the info flash from the /login route when you are already authed because this looked like shit
This commit is contained in:
@@ -127,7 +127,7 @@ class UserController extends Controller
|
||||
{
|
||||
if(auth()->check()) {
|
||||
\Session::reflash();
|
||||
\Session::flash('info', 'Cannot login when logged in, lmao');
|
||||
#\Session::flash('info', 'Cannot login when logged in, lmao');
|
||||
return redirect('/');
|
||||
}
|
||||
return view('login');
|
||||
|
@@ -163,9 +163,7 @@
|
||||
</div>
|
||||
<div class="media">
|
||||
<div class="media-left media-middle">
|
||||
<a href="/login">
|
||||
<img class="media-object" src="@if(isset($video))/thumbs/beta/{{str_replace(".webm","",$video->file)}}.png"@endif">
|
||||
</a>
|
||||
<div class="rating">
|
||||
@if(count($video->tags))
|
||||
@foreach($video->tags as $tag)
|
||||
|
Reference in New Issue
Block a user