We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8813cfb commit 970cdebCopy full SHA for 970cdeb
src/modules/auth.ts
@@ -75,7 +75,7 @@ export function createAuthModule(
75
const providerPath = provider === "google" ? "" : `/${provider}`;
76
const loginUrl = `${
77
options.serverUrl
78
- }/api/apps/auth${providerPath}/login?appId=${appId}&from_url=${encodeURIComponent(
+ }/api/apps/auth${providerPath}/login?app_id=${appId}&from_url=${encodeURIComponent(
79
redirectUrl
80
)}`;
81
0 commit comments