mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Invalid Get var in API redirect back to login Instead of showing error
This commit is contained in:
@@ -50,8 +50,8 @@ $total_pages = ceil($total_found_rows / 10);
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header bg-dark text-white">
|
||||
<h6 class="float-left mt-1"><i class="fa fa-users"></i> Contacts</h6>
|
||||
<button class="btn btn-primary btn-sm float-right" data-toggle="modal" data-target="#addContactModal"><i class="fa fa-plus"></i> New</button>
|
||||
<h6 class="float-left mt-1"><i class="fa fa-users mr-2"></i>Contacts</h6>
|
||||
<button class="btn btn-primary btn-sm float-right" data-toggle="modal" data-target="#addContactModal"><i class="fa fa-plus"></i></button>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form autocomplete="off">
|
||||
|
||||
Reference in New Issue
Block a user