Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: n8n-io/n8n
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: n8n-io/n8n
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 2 commits
  • 6 files changed
  • 3 contributors

Commits on Sep 14, 2023

  1. fix(editor): Prevent duplicate creation of credential for OAuth2 (#7163)

    This PR solves the issue reported in [this
    ticket](https://linear.app/n8n/issue/PAY-825/click-to-connect-for-google-sheets-does-not-work-when-cred-is-not).
    
    Basically when trying to connect OAuth2 credentials, n8n would create
    the credential twice, possibly causing transaction issues.
    
    This PR prevents n8n from firing a duplicate creation request,
    effectively fixing the bug about duplicate creation.
    cstuncsik authored and netroy committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f6d7ffe View commit details
    Browse the repository at this point in the history
  2. 🚀 Release 1.7.1 (#7170)

    ## [1.7.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.7.1)
    (2023-09-14)
    
    
    ### Bug Fixes
    
    * **editor:** Prevent duplicate creation of credential for OAuth2
    ([#7163](#7163))
    ([f6d7ffe](f6d7ffe))
    
    Co-authored-by: netroy <[email protected]>
    github-actions[bot] and netroy authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    0ceb21f View commit details
    Browse the repository at this point in the history
Loading