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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
}