mirror of
https://github.com/laurent22/joplin.git
synced 2025-03-29 21:21:15 +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 `
|
||||
<html>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user