Expand Up @@ -28,9 +28,8 @@ function Get-MsalAccount { } if ($Username) { return $Accounts | Where-Object Username -eq $Username } else { return $Accounts | Where-Object Username -EQ $Username } else { return $Accounts } } 8 changes: 4 additions & 4 deletions 8 src_...