소스 검색

Remove a useless link on 2FA verification page

dx7 5 년 전
부모
커밋
49bab56438
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/auth/checkpoint.blade.php

+ 1 - 1
resources/views/auth/checkpoint.blade.php

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