diff --git a/src/store/wizardSlice.ts b/src/store/wizardSlice.ts index b8650a86..f020afc0 100644 --- a/src/store/wizardSlice.ts +++ b/src/store/wizardSlice.ts @@ -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: {