mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-19 04:03:26 +02:00
Fix admin logout
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<div class="card-body">
|
||||
<p class="login-box-msg">Please login.</p>
|
||||
|
||||
<form method="post">
|
||||
<form method="post" action="{{ constant('ADMIN_URL') }}">
|
||||
<div class="input-group mb-3">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-lock"></i></span>
|
||||
|
Reference in New Issue
Block a user