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:
parent
e595cad880
commit
b85e1188e1
|
@ -245,7 +245,7 @@
|
|||
if (event.which === 13) {
|
||||
this._addAppPassword();
|
||||
}
|
||||
});
|
||||
}.bind(this));
|
||||
|
||||
this._result = $('#app-password-result');
|
||||
this._newAppLoginName = $('#new-app-login-name');
|
||||
|
|
Loading…
Reference in New Issue