From ce32cd487a37f5b321a6598d307d1da9e3415083 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 21 May 2021 14:29:09 +0200 Subject: [PATCH] ui: webauthn: drop bogus destroy stopStore call will only result in an exception (in debug mode at least)... Signed-off-by: Thomas Lamprecht --- www/config/WebauthnView.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/config/WebauthnView.js b/www/config/WebauthnView.js index a5671db8..4da5737c 100644 --- a/www/config/WebauthnView.js +++ b/www/config/WebauthnView.js @@ -47,7 +47,6 @@ Ext.define('PBS.WebauthnConfigView', { itemdblclick: 'runEditor', activate: 'startStore', deactivate: 'stopStore', - destroy: 'stopStore', }, });