Merged in feat/sw-2526-update-sas-error-handling-after-api-changes (pull request #1886)
SW-2526 - Update error handling for link SAS account * Update error handling for link SAS account * Capture schema validation error and send to Sentry * Add cases for unhandled otp errors Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -24,7 +24,8 @@ export function SASLevelUpgradeCheck() {
|
||||
toast.success(
|
||||
intl.formatMessage(
|
||||
{
|
||||
defaultMessage: "Your SAS level has upgraded you to {level}!",
|
||||
defaultMessage:
|
||||
"Your SAS EuroBonus level has upgraded you to {level}!",
|
||||
},
|
||||
{
|
||||
level: TIER_TO_FRIEND_MAP[result.toLevel],
|
||||
|
||||
Reference in New Issue
Block a user