feat(SW-360): Add signup verification route w. tracking for login

This commit is contained in:
Chuma McPhoy
2024-10-03 15:29:45 +02:00
committed by Pontus Dreij
parent 0e0c09dfcd
commit bf8976c24c
17 changed files with 83 additions and 14 deletions

View File

@@ -18,3 +18,16 @@ export interface LoyaltyLevelsProps extends PartialDynamicContent {
export interface OverviewTableProps extends PartialDynamicContent {
firstItem: boolean
}
export interface SignUpVerificationProps {
title: string
subtitle: string
}
export interface SignupFormWrapperProps {
dynamic_content: {
link: string
subtitle: string
title: string
}
}

View File

@@ -78,3 +78,4 @@ export type TrackingPosition =
| "top menu"
| "hamburger menu"
| "join scandic friends sidebar"
| "sign up verification"