Commit 7f4ac7ae authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

update config on uat

parent daa72e61
......@@ -10,7 +10,7 @@ use App\Models\ConfSmartUpdate;
class ServerLicenseIndex extends Component
{
use WithPagination;
public $action = 'edit';
public $action = 'list';
public $searchBy, $editId, $message, $keyword, $perPage = 10, $searchSelected = 'PID' , $selectedPatch = [] ;
protected $listeners = [ 'deleteItem', 'deleteSelected' ,'showpatchListForm'];
public function mount()
......
......@@ -168,7 +168,7 @@ return [
|
*/
'secure' => env('SESSION_SECURE_COOKIE', true),
'secure' => env('SESSION_SECURE_COOKIE', false),
/*
|--------------------------------------------------------------------------
......
......@@ -73,8 +73,16 @@
</li>
</ul>
</li>
<li><a href="#" class="bg-primary text-white px-4 py-2 rounded">Logout</a></li>
<span>Hello , {{ auth()->user()->USERNAME ?? '' }}</span>
<li>
<form method="POST" action="{{ route('logout') }}">
@csrf
<a href="#" class="bg-primary text-white px-4 py-2 rounded"
onclick="event.preventDefault(); this.closest('form').submit();">
Logout
</a>
</form>
</li>
<span>Hello , {{ auth()->user()->username ?? '' }}</span>
</ul>
</div>
{{-- @endif --}}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment