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,
|
||||
resizable: false,
|
||||
title: gettext('Recovery Keys'),
|
||||
onEsc: Ext.emptyFn,
|
||||
|
||||
items: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user