mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-08-05 19:38:36 +02:00
fix: invalid credentials should throw 401 and not 500 I missed to add these in https://github.com/n8n-io/n8n/pull/4691 I've checked not that there are no other cases of http errors that aren't using error classes. This was the last one.