mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-06-18 09:35:08 -04:00
We noticed that if displayName is undefined this method would return the first auth type it found as getAuthTypeDisplayName() would return undefined. If the displayName is undefined, we would not have a matchingTYpe and it should be undefined.