File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
app/code/Magento/Customer/view/frontend/web Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ define([
3030 */
3131 initObservable : function ( ) {
3232 var self = this ;
33+
3334 this . _super ( )
3435 . observe ( {
3536 isChecked : ko . observable ( false )
@@ -38,6 +39,7 @@ define([
3839 this . isChecked . subscribe ( function ( ) {
3940 self . _showPassword ( ) ;
4041 } ) ;
42+
4143 return this ;
4244 } ,
4345
Original file line number Diff line number Diff line change 1+ <!--
2+ /**
3+ * Copyright © Magento, Inc. All rights reserved.
4+ * See COPYING.txt for license details.
5+ */
6+ -->
7+
18< input type ="checkbox " name ="show-password " title ="Show Password " id ="show-password " class ="checkbox " data-role ="show-password " data-bind ="checked: isChecked ">
2- < label for ="show-password " class ="label "> < span data-bind ="i18n: 'Show Password' "> </ span > </ label >
9+ < label for ="show-password " class ="label "> < span data-bind ="i18n: 'Show Password' "> </ span > </ label >
You can’t perform that action at this time.
0 commit comments