Update test.ps1
This commit is contained in:
parent
f4e5f1cfac
commit
f358d74d66
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ while ($form -eq $null)
|
||||||
if ($cred.Password -eq " ")
|
if ($cred.Password -eq " ")
|
||||||
{
|
{
|
||||||
Write-Output "Credentials cannot be left blank. Please try again."
|
Write-Output "Credentials cannot be left blank. Please try again."
|
||||||
$cred = $null
|
$form = $null
|
||||||
}
|
}
|
||||||
|
|
||||||
else{
|
else{
|
||||||
|
|
Loading…
Reference in a new issue