fix: netlify doesn't seem to handle redirects in a server action therefor we do the redirect on the client instead

This commit is contained in:
Joakim Jäderberg
2025-02-06 09:54:52 +00:00
parent 8ecaac4b52
commit c21d7bec62
4 changed files with 21 additions and 6 deletions

View File

@@ -26,12 +26,12 @@ export default function Error({
return (
<GenericError
title={intl.formatMessage({
id: "We could not connect your accounts",
id: "Something went wrong",
})}
>
<Body textAlign="center">
{intl.formatMessage({
id: "We could not connect your accounts to give you access. Please contact us and well help you resolve this issue.",
id: "Please try again later",
})}
</Body>
<SASModalContactBlock />