mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Merge pull request #25252 from owncloud/authtoken-removetooltipondisconnect
Remove tooltip when disconnecting token
This commit is contained in:
commit
b9edcd78bf
1 changed files with 2 additions and 0 deletions
|
|
@ -220,6 +220,8 @@
|
|||
|
||||
var destroyingToken = token.destroy();
|
||||
|
||||
$row.find('.icon-delete').tooltip('hide');
|
||||
|
||||
var _this = this;
|
||||
$.when(destroyingToken).fail(function() {
|
||||
OC.Notification.showTemporary(t('core', 'Error while deleting the token'));
|
||||
|
|
|
|||
Loading…
Reference in a new issue