We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e144ba0 commit 18f451cCopy full SHA for 18f451c
1 file changed
src/routes/(authenticated)/settings/connections/+page.svelte
@@ -86,7 +86,7 @@
86
async function beginLink(providerKey: string) {
87
actionBusy = providerKey;
88
try {
89
- window.location.href = `https://${PUBLIC_BACKEND_API_DOMAIN}/1/oauth/${providerKey}/authorize`;
+ window.location.href = `https://${PUBLIC_BACKEND_API_DOMAIN}/1/account/connections/${providerKey}/link`;
90
} catch (err) {
91
await handleApiError(err);
92
} finally {
0 commit comments