Merged in feat/LOY-364-promo-activation-flow (pull request #2872)
Feat/LOY-364 promo activation flow * feat(LOY-364): add promo activation flow * chore(LOY-371): add tracking Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -161,6 +161,7 @@ const authenticatedUser: SafeUser = {
|
||||
phoneNumber: undefined,
|
||||
profileId: "",
|
||||
employmentDetails: undefined,
|
||||
promotions: [],
|
||||
}
|
||||
|
||||
const badAuthenticatedUser: SafeUser = {
|
||||
@@ -193,6 +194,7 @@ const badAuthenticatedUser: SafeUser = {
|
||||
phoneNumber: undefined,
|
||||
profileId: "",
|
||||
employmentDetails: undefined,
|
||||
promotions: [],
|
||||
}
|
||||
|
||||
const loggedOutGuest: Guest = {
|
||||
|
||||
Reference in New Issue
Block a user