Skip to content

Commit 970cdeb

Browse files
committed
param
1 parent 8813cfb commit 970cdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export function createAuthModule(
7575
const providerPath = provider === "google" ? "" : `/${provider}`;
7676
const loginUrl = `${
7777
options.serverUrl
78-
}/api/apps/auth${providerPath}/login?appId=${appId}&from_url=${encodeURIComponent(
78+
}/api/apps/auth${providerPath}/login?app_id=${appId}&from_url=${encodeURIComponent(
7979
redirectUrl
8080
)}`;
8181

0 commit comments

Comments
 (0)