chore: auth flow cleanup and verification

This commit is contained in:
2026-04-26 01:45:34 +08:00
parent f60b3b3b08
commit 668610e8fa
11 changed files with 79 additions and 86 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export const searchUnifiedRoutes = new Elysia({ prefix: "/search" }).get(
)
// Fetch platform support + anti-cheat for local games
let platformSupportMap = new Map<
const platformSupportMap = new Map<
string,
{
isSupported: boolean
+1 -1
View File
@@ -1,4 +1,4 @@
import { createAuthClient } from 'better-auth/client'
import { createAuthClient } from 'better-auth/react'
import { adminClient, emailOTPClient, lastLoginMethodClient } from 'better-auth/client/plugins'
import { passkeyClient } from '@better-auth/passkey/client'