mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 05:02:11 +00:00
Merge remote-tracking branch 'origin/main' into fix-foundry-auth-error
This commit is contained in:
commit
4ca77e4d83
1 changed files with 3 additions and 0 deletions
|
|
@ -476,6 +476,9 @@ export function initBetterAuthService(actorClient: any, options: { apiUrl: strin
|
|||
strategy: "compact",
|
||||
},
|
||||
},
|
||||
onAPIError: {
|
||||
errorURL: stripTrailingSlash(options.appUrl) + "/signin",
|
||||
},
|
||||
socialProviders: {
|
||||
github: {
|
||||
clientId: requireEnv("GITHUB_CLIENT_ID"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue