ui: tfa/recovery: disallow to close key info window with ESC
to avoid accidental closing it Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3189d05134
commit
854319d88c
@ -139,6 +139,7 @@ Ext.define('PBS.window.TfaRecoveryShow', {
|
|||||||
modal: true,
|
modal: true,
|
||||||
resizable: false,
|
resizable: false,
|
||||||
title: gettext('Recovery Keys'),
|
title: gettext('Recovery Keys'),
|
||||||
|
onEsc: Ext.emptyFn,
|
||||||
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user