src: Remove image-builder.users.enabled flag

The Users customization is available in production now, the flag is no longer used.
This commit is contained in:
regexowl 2025-05-19 10:18:09 +02:00 committed by Klara Simickova
parent 3312beb6e7
commit b465920b18
5 changed files with 3 additions and 11 deletions

View file

@ -52,6 +52,7 @@ const goToReviewStep = async () => {
await clickNext(); // Snapshots
await clickNext(); // Custom repositories
await clickNext(); // Additional packages
await clickNext(); // Users
await clickNext(); // Timezone
await clickNext(); // Locale
await clickNext(); // Hostname

View file

@ -59,8 +59,6 @@ vi.mock('@unleash/proxy-client-react', () => ({
useUnleashContext: () => vi.fn(),
useFlag: vi.fn((flag) => {
switch (flag) {
case 'image-builder.users.enabled':
return true;
case 'image-builder.import.enabled':
return true;
case 'edgeParity.image-list':