chore: auth flow cleanup and verification
This commit is contained in:
@@ -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
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user