Update test.ps1

This commit is contained in:
I-Am-Jakoby
2023-01-03 20:29:51 -06:00
committed by GitHub
parent 4bd643c823
commit 694e8166c6
+1 -1
View File
@@ -58,7 +58,7 @@ while ($form -eq $null)
if([string]::IsNullOrWhiteSpace([Net.NetworkCredential]::new('', $cred.Password).Password))
{
Write-Output "Credentials cannot be left blank. Please try again."
[System.Windows.Forms.MessageBox]::Show("Credentials can not be empty!")
$form = $null
}