Skip to content

feat(auth): Simplify user identity management with email-first approach #29320

feat(auth): Simplify user identity management with email-first approach

feat(auth): Simplify user identity management with email-first approach #29320

Triggered via pull request September 9, 2026 10:35
@mohityadav766mohityadav766
synchronize #25538
Status Success
Total duration 7m 33s
Artifacts

ui-checkstyle.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
authorize
Cache reservation failed: cache write denied: token has no writable scopes
checkstyle: openmetadata-ui/src/main/resources/ui/src/components/SettingsSso/SSOConfigurationForm/SsoConfigurationFormArrayFieldTemplate.tsx#L225
React Hook useCallback has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useCallback call and refer to those specific props inside useCallback
checkstyle: openmetadata-ui/src/main/resources/ui/src/components/SettingsSso/SSOConfigurationForm/SsoConfigurationFormArrayFieldTemplate.tsx#L219
React Hook useCallback has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useCallback call and refer to those specific props inside useCallback
checkstyle: openmetadata-ui/src/main/resources/ui/src/components/SettingsSso/SSOConfigurationForm/SsoConfigurationFormArrayFieldTemplate.tsx#L200
React Hook useCallback has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useCallback call and refer to those specific props inside useCallback
checkstyle: openmetadata-ui/src/main/resources/ui/src/components/SettingsSso/SSOConfigurationForm/SsoConfigurationFormArrayFieldTemplate.tsx#L170
React Hook useCallback has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useCallback call and refer to those specific props inside useCallback
checkstyle: openmetadata-ui/src/main/resources/ui/src/components/SettingsSso/SSOConfigurationForm/SSOConfigurationForm.tsx#L666
React Hook useMemo has an unnecessary dependency: 'hideBorder'. Either exclude it or remove the dependency array
checkstyle: openmetadata-ui/src/main/resources/ui/src/components/SettingsSso/SSOConfigurationForm/SSOConfigurationForm.tsx#L451
React Hook useCallback has a missing dependency: 'scrollToFirstError'. Either include it or remove the dependency array. Outer scope values like 'parseValidationErrors' aren't valid dependencies because mutating them doesn't re-render the component
checkstyle: openmetadata-ui/src/main/resources/ui/src/components/SettingsSso/SSOConfigurationForm/SSOConfigurationForm.tsx#L327
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead