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 a22fdbf commit 7fdee05Copy full SHA for 7fdee05
packages/frontendmu-nuxt/auth-utils/useAuth.ts
@@ -227,7 +227,7 @@ export default function useAuth(client: DirectusClient<any> & AuthenticationClie
227
}
228
else if (provider === 'github') {
229
const currentPage = new URL(window.location.origin)
230
- return `${DIRECTUS_URL()}/auth/login/github?redirect=${currentPage}redirect`
+ return `${DIRECTUS_URL()}/auth/login/github?redirect_uri=${currentPage}redirect`
231
232
233
console.log('Provider not found')
0 commit comments