mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-18 16:54:36 +00:00
(add basic logout test and endpoint)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<img src="/img/logo.svg" alt="TicketBeast" style="height: 2.5rem;">
|
||||
</div>
|
||||
<div>
|
||||
<form class="inline-block" action="#" method="POST">
|
||||
<form class="inline-block" action="{{ route('auth.logout') }}" method="POST">
|
||||
{{ csrf_field() }}
|
||||
<button type="submit" class="link link-light">Log out</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user