Add OAuth federation import to Discord callback
cgen-21b84a8fe4224d1f828e2414753e08e6
This commit is contained in:
parent
776f103eab
commit
ac30435fd0
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { createClient } from "@supabase/supabase-js";
|
||||
import { notifyAccountLinked } from "../../_notifications.js";
|
||||
import { getAdminClient } from "../../_supabase.js";
|
||||
import { federateOAuthUser, linkProviderToPassport } from "../../_oauth-federation.js";
|
||||
|
||||
export const config = {
|
||||
runtime: "nodejs",
|
||||
|
|
|
|||
Loading…
Reference in a new issue