basic authentification (#10) (#17)

This commit is contained in:
TimmensOne 2023-03-27 16:50:25 +02:00
parent 77e5aa93f5
commit b6d8ecedff

View File

@ -10,7 +10,7 @@
<ul>
<li><a href="/home">Home</a></li>
@auth
<li>Welcome {{ auth()->user()->name }}</li>
<li>Welcome {{ auth()->user()->full_name }}</li>
<li>
<form class="inline" method="POST" action="/logout">
@csrf