mirror of
https://github.com/laurent22/joplin.git
synced 2025-04-04 21:35:03 +02:00
Server: Fixed Stripe portal page redirection
This commit is contained in:
parent
f1c4d35ef3
commit
9ba90b551a
@ -389,7 +389,7 @@ const getHandlers: Record<string, StripeRouteHandler> = {
|
|||||||
return `
|
return `
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv = "refresh" content = "1; url = ${billingPortalSession.url};" />
|
<meta http-equiv = "refresh" content = "1; url = ${billingPortalSession.url}" />
|
||||||
<script>setTimeout(() => { window.location.href = ${JSON.stringify(billingPortalSession.url)}; }, 2000)</script>
|
<script>setTimeout(() => { window.location.href = ${JSON.stringify(billingPortalSession.url)}; }, 2000)</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user