|
@@ -56,7 +56,7 @@
|
|
|
|
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
<label for="" class="control-label">Password</label>
|
|
<label for="" class="control-label">Password</label>
|
|
- <input class="form-control phone" name="password" autofocus value="{{old('password')}}">
|
|
|
|
|
|
+ <input class="form-control phone" type="password" name="password" autofocus value="{{old('password')}}">
|
|
@error('password')
|
|
@error('password')
|
|
<span class="text-sm text-muted">{{$message}}</span>
|
|
<span class="text-sm text-muted">{{$message}}</span>
|
|
@enderror
|
|
@enderror
|