File tree Expand file tree Collapse file tree 5 files changed +2
-2
lines changed
src/argon-stubs/resources/views/auth Expand file tree Collapse file tree 5 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 <div class =" input-group-prepend" >
3737 <span class =" input-group-text" ><i class =" ni ni-email-83" ></i ></span >
3838 </div >
39- <input class =" form-control{{ $errors -> has (' email' ) ? ' is-invalid' : ' ' } }" placeholder =" {{ __ (' Email' ) } }" type =" email" name =" email" value =" {{ old (' email' ) } }" required autofocus >
39+ <
input class =
" form-control{{ $errors -> has (' email' ) ? ' is-invalid' : ' ' } }" placeholder =
" {{ __ (' Email' ) } }" type =
" email" name =
" email" value =
" {{ old (' email' ) } }" value = " [email protected] " required autofocus >
4040 </div >
4141 @if ($errors -> has (' email' ) )
4242 <span class =" invalid-feedback" style =" display : block ;" role =" alert" >
4949 <div class =" input-group-prepend" >
5050 <span class =" input-group-text" ><i class =" ni ni-lock-circle-open" ></i ></span >
5151 </div >
52- <input class =" form-control{{ $errors -> has (' password' ) ? ' is-invalid' : ' ' } }" name =" password" placeholder =" {{ __ (' Password' ) } }" type =" password" required >
52+ <input class =" form-control{{ $errors -> has (' password' ) ? ' is-invalid' : ' ' } }" name =" password" placeholder =" {{ __ (' Password' ) } }" type =" password" value = " secret " required >
5353 </div >
5454 @if ($errors -> has (' password' ) )
5555 <span class =" invalid-feedback" style =" display : block ;" role =" alert" >
You can’t perform that action at this time.
0 commit comments