diff --git a/src/frontend/src/flows/register/finish.ts b/src/frontend/src/flows/register/finish.ts index 0ff357148b..784928878b 100644 --- a/src/frontend/src/flows/register/finish.ts +++ b/src/frontend/src/flows/register/finish.ts @@ -21,12 +21,14 @@ export const displayUserNumberTemplate = ({ userNumber, identityBackground, stepper, + marketingIntroSlot, scrollToTop = false, }: { onContinue: () => void; userNumber: bigint; identityBackground: IdentityBackground; stepper: TemplateResult; + marketingIntroSlot?: TemplateResult; /* put the page into view */ scrollToTop?: boolean; }) => { @@ -84,6 +86,7 @@ export const displayUserNumberTemplate = ({ I saved it, continue
+ ${marketingIntroSlot}