mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-29 11:08:53 +01:00
Use the auth.logout route
This commit is contained in:
parent
a0b6ce9601
commit
20e585a879
@ -23,7 +23,7 @@
|
||||
@endif
|
||||
@if($current_user)
|
||||
<li>
|
||||
<a class="btn btn-link" href="/auth/logout">{{ trans('dashboard.logout') }}</a>
|
||||
<a class="btn btn-link" href="{{ route('auth.logout') }}">{{ trans('dashboard.logout') }}</a>
|
||||
</li>
|
||||
@endif
|
||||
<li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user