summaryrefslogtreecommitdiffstats
path: root/settings/js/authtoken_view.js
diff options
context:
space:
mode:
Diffstat (limited to 'settings/js/authtoken_view.js')
-rw-r--r--settings/js/authtoken_view.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/authtoken_view.js b/settings/js/authtoken_view.js
index d20356b2594..7f788935ac9 100644
--- a/settings/js/authtoken_view.js
+++ b/settings/js/authtoken_view.js
@@ -245,7 +245,7 @@
if (event.which === 13) {
this._addAppPassword();
}
- });
+ }.bind(this));
this._result = $('#app-password-result');
this._newAppLoginName = $('#new-app-login-name');