feat(SW-360): Add signup verification route w. tracking for login
This commit is contained in:
committed by
Pontus Dreij
parent
0e0c09dfcd
commit
bf8976c24c
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -78,3 +78,4 @@ export type TrackingPosition =
|
||||
| "top menu"
|
||||
| "hamburger menu"
|
||||
| "join scandic friends sidebar"
|
||||
| "sign up verification"
|
||||
|
||||
@@ -13,6 +13,7 @@ export namespace DynamicContentEnum {
|
||||
points_overview = "points_overview",
|
||||
previous_stays = "previous_stays",
|
||||
sign_up_form = "sign_up_form",
|
||||
sign_up_verification = "sign_up_verification",
|
||||
soonest_stays = "soonest_stays",
|
||||
upcoming_stays = "upcoming_stays",
|
||||
}
|
||||
@@ -31,6 +32,7 @@ export namespace DynamicContentEnum {
|
||||
components.points_overview,
|
||||
components.previous_stays,
|
||||
components.sign_up_form,
|
||||
components.sign_up_verification,
|
||||
components.soonest_stays,
|
||||
components.upcoming_stays,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user