completionId: cgen-e52c58b8e5fe4934b1f5ef7d7a77fe52
cgen-e52c58b8e5fe4934b1f5ef7d7a77fe52
This commit is contained in:
parent
a3ccb10fbb
commit
d0b51ebf8b
1 changed files with 2 additions and 0 deletions
|
|
@ -13,7 +13,9 @@ export default async function handler(req: VercelRequest, res: VercelResponse) {
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
console.log("[Passport] Initializing admin client...");
|
||||||
const admin = getAdminClient();
|
const admin = getAdminClient();
|
||||||
|
console.log("[Passport] Admin client initialized successfully");
|
||||||
|
|
||||||
const userFields = `
|
const userFields = `
|
||||||
id,
|
id,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue