We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224dad5 commit 9b5499fCopy full SHA for 9b5499f
1 file changed
apps/frontend/app/utils/auth.ts
@@ -7,6 +7,7 @@ export function getSignInUrl({ query }: getSignInUrlParams = {}) {
7
const runtimeConfig = useRuntimeConfig()
8
9
return withQuery(`${runtimeConfig.public.backendUrl}/api/auth/login`, {
10
+ path: useRequestURL().pathname,
11
...query,
12
})
13
}
0 commit comments