#12848 reload when new credentials

This commit is contained in:
Jonathan 2024-02-05 15:35:38 +01:00
parent ab706be7e3
commit c984da1ac7
1 changed files with 1 additions and 1 deletions

View File

@ -1637,7 +1637,7 @@ class CredentialStore extends Wizard
$(".ui-dialog-content").dialog("close");
$('.info').hide();
cleanupDOM();
dt_keystore.draw(false);
window.location.reload();
} else {
$(this).dialog('close');
}