updated docker

This commit is contained in:
Frank John Begornia
2023-12-30 00:26:02 +08:00
parent 3394c94677
commit 78d99b5ff6
4 changed files with 90 additions and 49 deletions

View File

@@ -67,18 +67,24 @@
</div>
<div class="col-lg-8 mt-5">
<form action="">
<div id="login-response-msg"></div>
<form role="form" id="frm-login">
<input type="hidden" name="redirect" value="{{ Request::get('redirectUrl') }}">
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<div class="mb-3">
<input
type="text"
class="form-control form-control-lg contact-input-custom"
placeholder="Username*"
name="email" value="{{ old('email') }}"
required
/>
</div>
<div class="mb-3">
<input
type="password"
name="password"
class="form-control form-control-lg contact-input-custom"
required
placeholder="Password*"