diff --git a/TGBeta.ps1 b/TGBeta.ps1 index a307f7b..b378e72 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -5,7 +5,6 @@ ### add the .net silent install tweaks to toolkit ### for the reg tweak need to do/undo function maybe it should have it own check box list ### added offboard check boxes for dattormm, dattodeb, rocketcyber, cyberQP, SVSHelpdesk and Splashtop -### for the offboarding button, we need to fix the uninstall-svsmsp module ### need to fix path in the uninstall-DattoEDR - ####### ❌ [Error] [GeneralTask] Uninstallation command 'C:\Program Files\Infocyte\Agent\agent.exe' not found. (Event ID: 3000) - bad path @@ -1148,7 +1147,7 @@ function GetHtmlContent { }); // Trigger fetchSites() on Enter key press n8nPasswordInput.addEventListener('keydown', (event) => { - if (event.key === 'Enter' && n8nPasswordInput.value.length >= 4) { + if (event.key === 'Enter' && n8nPasswordInput.value.length >= 12) { fetchSites(); // Call the fetchSites function } });