fix: working copy, caching ASP, notworking orders though
This commit is contained in:
parent
dc5d204cfc
commit
390ad23e03
32 changed files with 246 additions and 194 deletions
|
@ -8,7 +8,7 @@
|
|||
<h2>{{ __('Login') }}</h2>
|
||||
|
||||
<div class="form">
|
||||
<form method="POST" action="{{ route('login') }}">
|
||||
<form method="POST" action="{{ route('login', ['redirect' => request()->get('redirect')]) }}">
|
||||
@csrf
|
||||
<div class="item">
|
||||
<label for="email">{{ __('E-Mail Address') }}</label><br/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue