You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed ambiguous typos:
- Lastest -> Latest (reposTable.tsx, connectionsTable.tsx) - header text
- tood -> todo (searchModeSelector.tsx) - @todo comment tag
- inbetween -> in between (searchSuggestionsBox.test.tsx) - test description
- throught -> through (sso.ts) - "through the identityProvider"
- peform -> perform, loosing -> losing (chatThread.tsx) - comments
- incase -> in case (utils.ts) - comment text
Co-Authored-By: Claude Code 2.1.63 / Claude Opus 4.6 <noreply@anthropic.com>
// @deprecate in favor of defining identity providers throught the identityProvider object in the config file. This was done to allow for more control over
162
+
// @deprecate in favor of defining identity providers through the identityProvider object in the config file. This was done to allow for more control over
163
163
// which identity providers are defined and their purpose. We've left this logic here to support backwards compat with deployments that expect these env vars,
164
164
// but this logic will be removed in the future
165
165
// We only go through this path if no identityProviders are defined in the config to prevent accidental duplication of providers
0 commit comments