diff --git a/www/config/WebauthnView.js b/www/config/WebauthnView.js index 4da5737c..614ea139 100644 --- a/www/config/WebauthnView.js +++ b/www/config/WebauthnView.js @@ -33,10 +33,7 @@ Ext.define('PBS.WebauthnConfigView', { controller: { xclass: 'Ext.app.ViewController', - runEditor: function() { - let win = Ext.create('PBS.WebauthnConfigEdit'); - win.show(); - }, + runEditor: () => Ext.create('PBS.WebauthnConfigEdit', { autoShow: true }), startStore: function() { this.getView().getStore().rstore.startUpdate(); }, stopStore: function() { this.getView().getStore().rstore.stopUpdate(); },