Remove a useless link on 2FA verification page

This commit is contained in:
dx7 2020-07-26 01:40:35 -03:00
parent f3dba54179
commit 49bab56438
No known key found for this signature in database
GPG Key ID: 3E85E7873311DF48
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
</div>
</div>
<div class="d-flex justify-content-between pt-4 small">
<a class="text-lighter text-decoration-none" href="/{{Auth::user()->username}}">Logged in as: <span class="font-weight-bold text-muted">{{Auth::user()->username}}</span></a>
<span class="text-lighter text-decoration-none">Logged in as: <span class="font-weight-bold text-muted">{{Auth::user()->username}}</span></span>
<span>
<a class="text-decoration-none text-muted font-weight-bold" href="{{ route('logout') }}" onclick="event.preventDefault();document.getElementById('logout-form').submit();">Logout</a>
<form id="logout-form" action="{{ route('logout') }}" method="POST" style="display: none;">