File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33 "description" : " N/A" ,
44 "type" : " magento2-module" ,
55 "require" : {
6- "php" : " ~7.4.0" ,
7- "magento/framework" : " 103.0.*"
6+ "php" : " ~8.1.0||~8.2.0" ,
7+ "magento/framework" : " *" ,
8+ "magento/magento2-base" : " 2.4.6"
89 },
910 "license" : [
1011 " MIT"
File renamed without changes.
Original file line number Diff line number Diff line change 11< div class ="block block-customer-login ">
22 < div class ="block-title ">
3- < strong id ="block-customer-login-heading " role ="heading " aria-level ="2 " data-bind ="i18n: 'Registered Customers' "/ >
3+ < strong id ="block-customer-login-heading " role ="heading " aria-level ="2 " data-bind ="i18n: 'Registered Customers' "> </ strong >
44 </ div >
55 < form class ="form form-login " data-role ="email-with-login "
66 data-bind ="submit:login "
77 method ="post ">
88 < fieldset id ="customer-email-fieldset " class ="fieldset " data-bind ="blockLoader: isLoading ">
9- < div class ="field " data-bind ="i18n: 'If you have an account, sign in with your email address.' "/ >
9+ < div class ="field " data-bind ="i18n: 'If you have an account, sign in with your email address.' "> </ div >
1010 < div class ="field required ">
1111 < label class ="label " for ="customer-email ">
1212 < span data-bind ="i18n: 'Email Address' "> </ span >
5757 </ fieldset >
5858 </ form >
5959</ div >
60- <!-- /ko -->
Original file line number Diff line number Diff line change 11< li id ="login " data-bind ="fadeVisible: isVisible() ">
22 < div class ="login-container ">
3- < each args ="getRegion('login-form') " render ="" / >
4- < each args ="getRegion('create-account') " render ="" / >
5- < each args ="getRegion('proceed-without-login') " render ="" / >
3+ < each args ="getRegion('login-form') " render =""> </ each >
4+ < each args ="getRegion('create-account') " render =""> </ each >
5+ < each args ="getRegion('proceed-without-login') " render =""> </ each >
66 </ div >
77</ li >
You can’t perform that action at this time.
0 commit comments