feat(cloud): handle cancelled subscriptions (#313)

* feat(cloud): handle cancelled subscriptions

* chore: refactor auth
This commit is contained in:
Henry
2026-01-16 20:20:22 +00:00
committed by GitHub
parent 885f119404
commit 58c5e92155
7 changed files with 587 additions and 520 deletions

View File

@@ -8,7 +8,7 @@ import {
} from "better-auth/client/plugins";
import { createAuthClient } from "better-auth/react";
import type { socialProvidersPlugin } from "./auth";
import type { socialProvidersPlugin } from "./providers";
const socialProvidersPluginClient = {
id: "social-providers-plugin",