diff --git a/src/js/Content/Features/Store/RegisterKey/CRegisterKey.ts b/src/js/Content/Features/Store/RegisterKey/CRegisterKey.ts index 800825f6b..085fe9134 100644 --- a/src/js/Content/Features/Store/RegisterKey/CRegisterKey.ts +++ b/src/js/Content/Features/Store/RegisterKey/CRegisterKey.ts @@ -1,4 +1,5 @@ import FMultiProductKeys from "./FMultiProductKeys"; +import FKeepSSACheckboxState from "@Content/Features/Common/FKeepSSACheckboxState"; import Context from "@Content/Modules/Context/Context"; import ContextType from "@Content/Modules/Context/ContextType"; @@ -8,6 +9,7 @@ export default class CRegisterKey extends Context { super(ContextType.REGISTER_KEY, [ FMultiProductKeys, + FKeepSSACheckboxState, ]); } }