Skip to content

Commit 4ddadad

Browse files
committed
updated the value for __clientIdentifier to be better-auth
1 parent b60a93f commit 4ddadad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/better-auth/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ declare module "@better-auth/core" {
2222
export const chargebee = <O extends ChargebeeOptions>(options: O) => {
2323
const cb = options.chargebeeClient;
2424
// @ts-expect-error - __clientIdentifier is not typed
25-
cb.__clientIdentifier("chargebee-js-framework-adapters");
25+
cb.__clientIdentifier("better-auth 1.0.0-beta.1");
2626
return {
2727
id: "chargebee",
2828
schema: getSchema(options),

0 commit comments

Comments
 (0)