Update testTaskGate.ps1

This commit is contained in:
2025-05-26 22:28:43 -04:00
parent 88e1f88dcf
commit ac4e1cfe82

View File

@@ -688,7 +688,9 @@ $htmlTemplate = @"
<label for="Password">Enter Password:</label> <label for="Password">Enter Password:</label>
<div style="display:flex; gap:5px;"> <div style="display:flex; gap:5px;">
<input type="password" id="Password" placeholder="Enter Password" style="flex:1;" /> <input type="password" id="Password" placeholder="Enter Password" style="flex:1;" />
<button onclick="fetchSites()" style="padding:4px 10px;">GO!</button>
<button onclick="fetchSites()" style="padding:4px 10px; background-color: var(--btn-sidebar-blue); color: var(--white-color); border: none; border-radius: 4px;">GO!</button>
</div> </div>
</div> </div>