Update TGBeta.ps1
This commit is contained in:
@@ -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
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user