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"
|
||||
|
||||
Reference in New Issue
Block a user