mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 11:06:36 +00:00
Fixed login form didn't respect the configured BASE_URL
This commit is contained in:
@@ -1 +1 @@
|
||||
1.8.1
|
||||
1.8.2
|
||||
|
@@ -8,7 +8,7 @@
|
||||
|
||||
<h1 class="page-header text-center">@yield('title')</h1>
|
||||
|
||||
<form method="post" action="/login" id="login-form">
|
||||
<form method="post" action="{{ $U('/login') }}" id="login-form">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="name">{{ $L('Username') }}</label>
|
||||
|
Reference in New Issue
Block a user