ui: webauthn: drop bogus destroy stopStore call

will only result in an exception (in debug mode at least)...

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-21 14:29:09 +02:00
parent f36c659365
commit ce32cd487a
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ Ext.define('PBS.WebauthnConfigView', {
itemdblclick: 'runEditor',
activate: 'startStore',
deactivate: 'stopStore',
destroy: 'stopStore',
},
});