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
PR #8524 introduced a discrimination mechanism for credentials inputs on multi-provider blocks, but due to a type mismatch between frontend and backend this breaks on blocks without a credentials provider discriminator.
The type mismatch:
The text was updated successfully, but these errors were encountered:
…8636)
- Resolves#8635
- fix(frontend): Fix type mismatch of `CredentialsField` schema between frontend and backend
- Fix usages of `credentialsSchema.credentials_provider`
- refactor(backend): Create `CredentialsFieldSchemaExtra` model in backend so it can be mirrored directly in frontend
- Add check to enforce multi-provider `CredentialsField` always has `discriminator`
- dx: Add type checking shortcut `yarn type-check` / `npm run type-check` for frontend
PR #8524 introduced a discrimination mechanism for credentials inputs on multi-provider blocks, but due to a type mismatch between frontend and backend this breaks on blocks without a credentials provider discriminator.
The type mismatch:
The text was updated successfully, but these errors were encountered: