mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue