update login

This commit is contained in:
franknstayn
2022-01-29 19:21:44 +08:00
parent 3ffe60b851
commit f05cd8dd35

View File

@@ -828,6 +828,7 @@
<div id="login-response-msg"></div>
<form role="form" id="frm-login">
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<input type="hidden" name="redirect" value="{{ Request::get('redirectUrl') }}">
<div class="form-group">
<label for="username" class="control-label">Username</label>
<input type="email" class="form-control" name="email" value="{{ old('email') }}" title="Please enter your email address" placeholder="example@gmail.com">