We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d743584 commit c3c3551Copy full SHA for c3c3551
index.html
@@ -1104,7 +1104,7 @@ <h3>
1104
});
1105
const connectStripeButton = document.getElementById('connect-stripe-button');
1106
connectStripeButton.addEventListener('click', () => {
1107
- window.location.href = 'https://payments.exokit.org/authorize';
+ window.location.href = `https://payments.exokit.org/authorize?email=${encodeURIComponent(loginToken.email)}&token=${encodeURIComponent(loginToken.token)}`;
1108
1109
1110
const userButton = document.getElementById('user-button');
0 commit comments