Merged in fix/sw-2132-unlink-error (pull request #1816)
Add UnlinkError for when SAS account unlinking fails * Add UnlinkError for when unlinking fails Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -223,7 +223,7 @@ async function handleUnlinkAccount({
|
||||
}
|
||||
case "error":
|
||||
return {
|
||||
url: `/${lang}/sas-x-scandic/error`,
|
||||
url: `/${lang}/sas-x-scandic/error?errorCode=unlinkError`,
|
||||
type: "replace",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user