Merged in feat/LOY-116-remove-cta-from-signup-verify-page (pull request #1335)
refactor(LOY-116): consolidate signup auth & remove SignUpVerification component * refactor(LOY-116): simplify signup authentication and remove SignUpVerification component - Remove SignUpVerification component and its related files - Move authentication checks to page-level components - Consolidate signup flow authentication logic - Remove unused signup verification link variant * refactor(LOY-116): remove "sign up verification" from TrackingPosition type Approved-by: Christian Andolf
This commit is contained in:
@@ -20,5 +20,3 @@ export interface OverviewTableProps extends PartialDynamicContent {
|
||||
}
|
||||
|
||||
export interface SignupFormWrapperProps extends PartialDynamicContent {}
|
||||
|
||||
export interface SignUpVerificationProps extends PartialDynamicContent {}
|
||||
|
||||
@@ -187,5 +187,4 @@ export type TrackingPosition =
|
||||
| "top menu"
|
||||
| "hamburger menu"
|
||||
| "join scandic friends sidebar"
|
||||
| "sign up verification"
|
||||
| "enter details"
|
||||
|
||||
Reference in New Issue
Block a user