File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
src/tailwindcss-stubs/resources/views/auth Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1818 {{ __ (' E-Mail Address' ) } } :
1919 </label >
2020
21- <input id =" email" type =" email" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline @error (' email' ) border-red-500 @enderror " name =" email" value =" {{ old (' email' ) } }" required autofocus >
21+ <input id =" email" type =" email" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline @error (' email' ) border-red-500 @enderror " name =" email" value =" {{ old (' email' ) } }" required autocomplete = " email " autofocus >
2222
2323 @error (' email' )
2424 <p class =" text-red-500 text-xs italic mt-4" >
Original file line number Diff line number Diff line change 2525 {{ __ (' E-Mail Address' ) } } :
2626 </label >
2727
28- <input id =" email" type =" email" class =" shadow appearance-none border rounded w-full py-2 px-3 text-grey-darker leading-tight focus:outline-none focus:shadow-outline @error (' email' ) border-red @enderror " name =" email" value =" {{ old (' email' ) } }" required >
28+ <input id =" email" type =" email" class =" shadow appearance-none border rounded w-full py-2 px-3 text-grey-darker leading-tight focus:outline-none focus:shadow-outline @error (' email' ) border-red @enderror " name =" email" value =" {{ old (' email' ) } }" required autocomplete = " email " autofocus >
2929
3030 @error (' email' )
3131 <p class =" text-red-500 text-xs italic mt-4" >
Original file line number Diff line number Diff line change 2020 {{ __ (' E-Mail Address' ) } } :
2121 </label >
2222
23- <input id =" email" type =" email" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline @error (' email' ) border-red @enderror " name =" email" value =" {{ old (' email' ) } }" required autofocus >
23+ <input id =" email" type =" email" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline @error (' email' ) border-red @enderror " name =" email" value =" {{ old (' email' ) } }" required autocomplete = " email " autofocus >
2424
2525 @error (' email' )
2626 <p class =" text-red-500 text-xs italic mt-4" >
3434 {{ __ (' Password' ) } } :
3535 </label >
3636
37- <input id =" password" type =" password" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline @error (' password' ) border-red @enderror " name =" password" required >
37+ <input id =" password" type =" password" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline @error (' password' ) border-red @enderror " name =" password" required autocomplete = " new-password " >
3838
3939 @error (' password' )
4040 <p class =" text-red-500 text-xs italic mt-4" >
4848 {{ __ (' Confirm Password' ) } } :
4949 </label >
5050
51- <input id =" password-confirm" type =" password" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline" name =" password_confirmation" required >
51+ <input id =" password-confirm" type =" password" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline" name =" password_confirmation" required autocomplete = " new-password " >
5252 </div >
5353
5454 <div class =" flex flex-wrap" >
Original file line number Diff line number Diff line change 1818 {{ __ (' Name' ) } } :
1919 </label >
2020
21- <input id =" name" type =" text" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline @error (' name' ) border-red-500 @enderror " name =" name" value =" {{ old (' name' ) } }" required autofocus >
21+ <input id =" name" type =" text" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline @error (' name' ) border-red-500 @enderror " name =" name" value =" {{ old (' name' ) } }" required autocomplete = " name " autofocus >
2222
2323 @error (' name' )
2424 <p class =" text-red-500 text-xs italic mt-4" >
3232 {{ __ (' E-Mail Address' ) } } :
3333 </label >
3434
35- <input id =" email" type =" email" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline @error (' email' ) border-red-500 @enderror " name =" email" value =" {{ old (' email' ) } }" required >
35+ <input id =" email" type =" email" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline @error (' email' ) border-red-500 @enderror " name =" email" value =" {{ old (' email' ) } }" required autocomplete = " email " >
3636
3737 @error (' email' )
3838 <p class =" text-red-500 text-xs italic mt-4" >
4646 {{ __ (' Password' ) } } :
4747 </label >
4848
49- <input id =" password" type =" password" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline @error (' password' ) border-red-500 @enderror " name =" password" required >
49+ <input id =" password" type =" password" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline @error (' password' ) border-red-500 @enderror " name =" password" required autocomplete = " new-password " >
5050
5151 @error (' password' )
5252 <p class =" text-red-500 text-xs italic mt-4" >
6060 {{ __ (' Confirm Password' ) } } :
6161 </label >
6262
63- <input id =" password-confirm" type =" password" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline" name =" password_confirmation" required >
63+ <input id =" password-confirm" type =" password" class =" shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline" name =" password_confirmation" required autocomplete = " new-password " >
6464 </div >
6565
6666 <div class =" flex flex-wrap" >
You can’t perform that action at this time.
0 commit comments