File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
src/tailwindcss-stubs/resources/views/auth Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 18
18
{{ __ (' E-Mail Address' ) } } :
19
19
</label >
20
20
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{{ $errors -> has (' email' ) ? ' border-red-500' : ' ' } }" 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{{ $errors -> has (' email' ) ? ' border-red-500' : ' ' } }" name =" email" value =" {{ old (' email' ) } }" required autocomplete = " email " autofocus >
22
22
23
23
@if ($errors -> has (' email' ) )
24
24
<p class =" text-red-500 text-xs italic mt-4" >
32
32
{{ __ (' Password' ) } } :
33
33
</label >
34
34
35
- <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{{ $errors -> has (' password' ) ? ' border-red-500' : ' ' } }" name =" password" required >
35
+ <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{{ $errors -> has (' password' ) ? ' border-red-500' : ' ' } }" name =" password" required autocomplete = " current-password " >
36
36
37
37
@if ($errors -> has (' password' ) )
38
38
<p class =" text-red-500 text-xs italic mt-4" >
Original file line number Diff line number Diff line change 25
25
{{ __ (' E-Mail Address' ) } } :
26
26
</label >
27
27
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{{ $errors -> has (' email' ) ? ' border-red' : ' ' } }" 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{{ $errors -> has (' email' ) ? ' border-red' : ' ' } }" name =" email" value =" {{ old (' email' ) } }" required autocomplete = " email " autofocus >
29
29
30
30
@if ($errors -> has (' email' ) )
31
31
<p class =" text-red-500 text-xs italic mt-4" >
Original file line number Diff line number Diff line change 20
20
{{ __ (' E-Mail Address' ) } } :
21
21
</label >
22
22
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{{ $errors -> has (' email' ) ? ' border-red' : ' ' } }" 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{{ $errors -> has (' email' ) ? ' border-red' : ' ' } }" name =" email" value =" {{ old (' email' ) } }" required autocomplete = " email " autofocus >
24
24
25
25
@if ($errors -> has (' email' ) )
26
26
<p class =" text-red-500 text-xs italic mt-4" >
34
34
{{ __ (' Password' ) } } :
35
35
</label >
36
36
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{{ $errors -> has (' password' ) ? ' border-red' : ' ' } }" 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{{ $errors -> has (' password' ) ? ' border-red' : ' ' } }" name =" password" required autocomplete = " new-password " >
38
38
39
39
@if ($errors -> has (' password' ) )
40
40
<p class =" text-red-500 text-xs italic mt-4" >
48
48
{{ __ (' Confirm Password' ) } } :
49
49
</label >
50
50
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 " >
52
52
</div >
53
53
54
54
<div class =" flex flex-wrap" >
Original file line number Diff line number Diff line change 18
18
{{ __ (' Name' ) } } :
19
19
</label >
20
20
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{{ $errors -> has (' name' ) ? ' border-red-500' : ' ' } }" 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{{ $errors -> has (' name' ) ? ' border-red-500' : ' ' } }" name =" name" value =" {{ old (' name' ) } }" required autocomplete = " name " autofocus >
22
22
23
23
@if ($errors -> has (' name' ) )
24
24
<p class =" text-red-500 text-xs italic mt-4" >
32
32
{{ __ (' E-Mail Address' ) } } :
33
33
</label >
34
34
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{{ $errors -> has (' email' ) ? ' border-red-500' : ' ' } }" 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{{ $errors -> has (' email' ) ? ' border-red-500' : ' ' } }" name =" email" value =" {{ old (' email' ) } }" required autocomplete = " email " >
36
36
37
37
@if ($errors -> has (' email' ) )
38
38
<p class =" text-red-500 text-xs italic mt-4" >
46
46
{{ __ (' Password' ) } } :
47
47
</label >
48
48
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{{ $errors -> has (' password' ) ? ' border-red-500' : ' ' } }" 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{{ $errors -> has (' password' ) ? ' border-red-500' : ' ' } }" name =" password" required autocomplete = " new-password " >
50
50
51
51
@if ($errors -> has (' password' ) )
52
52
<p class =" text-red-500 text-xs italic mt-4" >
60
60
{{ __ (' Confirm Password' ) } } :
61
61
</label >
62
62
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 " >
64
64
</div >
65
65
66
66
<div class =" flex flex-wrap" >
You can’t perform that action at this time.
0 commit comments