Files
zitadel/e2e
Livio Spring b11f0f3e98 fix: enable ConsoleUseV2UserApi feature by default (#10631)
# Which Problems Are Solved

Starting with Zitadel v4, the new login UI is enabled by default (for
new instances) through the corresponding feature flag.
There's an additional flag to use the V2 API in console, which is mostly
required to use the login V2 without problems, but was not yet activated
by default (for new instances).

# How the Problems Are Solved

- Enabled the `ConsoleUseV2UserApi` feature flag on the
`defaultInstance`

# Additional Changes

- Cleaned up removed flags on the `defaultInstance`

# Additional Context

- noticed internally
- backport to v4.x

(cherry picked from commit 98bf8359c5)
2025-09-05 09:30:42 +02:00
..
2023-01-25 13:08:01 +00:00

Run e2e Tests

docker compose run e2e

Cleanup e2e Tests

docker compose down