mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05: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.