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:
@@ -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 we’ll help you resolve this issue.",
|
||||
id: "Please try again later",
|
||||
})}
|
||||
</Body>
|
||||
<SASModalContactBlock />
|
||||
|
||||
Reference in New Issue
Block a user