stub of auth logins manage page

This commit is contained in:
2018-07-22 23:12:42 +02:00
parent 1c6dedbb34
commit d9fe17a940
4 changed files with 25 additions and 0 deletions
@@ -51,6 +51,10 @@
<i class="fa-sliders fa-pr"></i>{{ __('Settings') }}
</a>
<a class="dropdown-item" href="{{ route('user.manage-oauth') }}">
<i class="fa-key-modern fa-pr"></i>{{ __('Social Logins') }}
</a>
<form id="logout-form" action="{{ route('logout') }}" method="POST" style="display: none;">
@csrf
</form>