Fix `this` context for enter-key handler on app tokens

Fixes https://sentry.io/share/issue/e07c5560b6154212832e4cd6598464c7/.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2018-08-08 11:07:47 +02:00
parent e595cad880
commit b85e1188e1
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@
if (event.which === 13) {
this._addAppPassword();
}
});
}.bind(this));
this._result = $('#app-password-result');
this._newAppLoginName = $('#new-app-login-name');