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([
30
30
*/
31
31
initObservable : function ( ) {
32
32
var self = this ;
33
+
33
34
this . _super ( )
34
35
. observe ( {
35
36
isChecked : ko . observable ( false )
@@ -38,6 +39,7 @@ define([
38
39
this . isChecked . subscribe ( function ( ) {
39
40
self . _showPassword ( ) ;
40
41
} ) ;
42
+
41
43
return this ;
42
44
} ,
43
45
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
+
1
8
< 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