パスワード再発行(実行)画面のメール欄のtypeをemailに変更
This commit is contained in:
parent
ade52f40f4
commit
497c19d06d
@ -18,7 +18,7 @@
|
||||
|
||||
<div class="form-group">
|
||||
<label for="email"><span class="oi oi-envelope-closed"></span> メールアドレス</label>
|
||||
<input id="email" name="email" class="form-control{{ $errors->has('email') ? ' is-invalid' : '' }}" type="text" value="{{ old('email') }}" required>
|
||||
<input id="email" name="email" class="form-control{{ $errors->has('email') ? ' is-invalid' : '' }}" type="email" value="{{ old('email') }}" required>
|
||||
|
||||
@if ($errors->has('email'))
|
||||
<div class="invalid-feedback">{{ $errors->first('email') }}</div>
|
||||
|
Loading…
Reference in New Issue
Block a user