()
| 16 | import { SessionContext, type SessionHookResult } from '@/app/_shell/providers/session-provider' |
| 17 | |
| 18 | function getAuthBaseUrl(): string { |
| 19 | return getBrowserOrigin() ?? getBaseUrl() |
| 20 | } |
| 21 | |
| 22 | export const client = createAuthClient({ |
| 23 | baseURL: getAuthBaseUrl(), |
no test coverage detected