File tree Expand file tree Collapse file tree 1 file changed +21
-11
lines changed
resources/views/checkout/steps Expand file tree Collapse file tree 1 file changed +21
-11
lines changed Original file line number Diff line number Diff line change 1212 v-on:input =" loginInputChange"
1313 required
1414 />
15- <x-rapidez::input
16- v-if =" !emailAvailable"
17- :label =" false"
18- class =" mt-3"
19- name =" password"
20- type =" password"
21- placeholder =" Password"
22- ref =" password"
23- v-on:input =" loginInputChange"
24- required
25- />
15+ <div class =" relative" >
16+ <x-rapidez::input
17+ v-if =" !emailAvailable"
18+ :label =" false"
19+ class =" mt-3"
20+ name =" password"
21+ type =" password"
22+ placeholder =" Password"
23+ ref =" password"
24+ v-on:input =" loginInputChange"
25+ required
26+ />
27+
28+ <input
29+ type =" checkbox"
30+ v-if =" !emailAvailable"
31+ oninvalid =" this.setCustomValidity('{{ __ (' Please log in' ) } } ')"
32+ class =" absolute h-full inset-0 opacity-0 pointer-events-none"
33+ required
34+ />
35+ </div >
2636
2737 <x-rapidez::button type =" submit" class =" w-full mt-5" dusk =" continue" >
2838 @lang (' Continue' )
You can’t perform that action at this time.
0 commit comments