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 db33c37 commit 0863c0eCopy full SHA for 0863c0e
apps/events/src/routes/login.lazy.tsx
@@ -15,7 +15,7 @@ function Login() {
15
redirectToConnect({
16
storage: localStorage,
17
connectUrl: 'http://localhost:5180',
18
- successUrl: 'http://localhost:5173/authenticate-success',
+ successUrl: `${window.location.origin}/authenticate-success`,
19
appId: '93bb8907-085a-4a0e-83dd-62b0dc98e793',
20
redirectFn: (url: URL) => {
21
window.location.href = url.toString();
0 commit comments