stub of auth logins manage page
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{{-- Profile edit form --}}
|
||||
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('content')
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-10">
|
||||
@php(Widget::setLayout(3, 7))
|
||||
|
||||
{!! Widget::header(1, 'Social Logins') !!}
|
||||
|
||||
<p>TODO</p>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user