Skip to content

Commit 7c0e401

Browse files
Static test fixed
1 parent 1f7e5b5 commit 7c0e401

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

app/code/Magento/Customer/view/frontend/web/js/show-password.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
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>

0 commit comments

Comments
 (0)