mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Fixed login form didn't respect the configured BASE_URL
This commit is contained in:
parent
1c537cf5da
commit
9ddcdb3ab2
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user