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:
Anton Gunnarsson
2025-04-16 11:19:07 +00:00
parent 8b65f63d60
commit 0ab5dc1c9d
3 changed files with 36 additions and 1 deletions

View File

@@ -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",
}
}