This commit is contained in:
2018-07-22 23:15:13 +02:00
parent d9fe17a940
commit 8d59e8c470
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
</a>
<a class="dropdown-item" href="{{ route('user.manage-oauth') }}">
<i class="fa-key-modern fa-pr"></i>{{ __('Social Logins') }}
<i class="fa-key-modern fa-pr"></i>{{ __('Security') }}
</a>
<form id="logout-form" action="{{ route('logout') }}" method="POST" style="display: none;">
@@ -7,9 +7,9 @@
<div class="col-md-10">
@php(Widget::setLayout(3, 7))
{!! Widget::header(1, 'Social Logins') !!}
{!! Widget::header(1, 'Logins') !!}
<p>TODO</p>
<p>TODO social logins, add email & change pw form here</p>
</div>
</div>
@endsection