store/wizardSlice: default to 'register-later' when on-premise

This commit is contained in:
Sanne Raymaekers 2025-02-04 14:12:29 +01:00 committed by Klara Simickova
parent 61107e122e
commit 0204bcced5

View file

@ -186,7 +186,9 @@ export const initialState: wizardState = {
email: '',
},
registration: {
registrationType: 'register-now-rhc',
registrationType: process.env.IS_ON_PREMISE
? 'register-later'
: 'register-now-rhc',
activationKey: undefined,
},
compliance: {