src/frontend/views/settings/Variables/configurations.store.ts
Function useRevealedCredentialsList
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const useRevealedCredentialsList = (
group: IntegrationsConfigurationGroup
) => {
const rootPassword = usePasswordStore((state) => state.password);
const queryClient = useQueryClient();