diff --git a/src/growthbook.ts b/src/growthbook.ts index 6514fb1bc6..531d49931b 100644 --- a/src/growthbook.ts +++ b/src/growthbook.ts @@ -123,7 +123,10 @@ export const features = { dailyDigest: new Feature('daily_personalized_digest', { ...digestFeatureBaseConfig, }), - authStrategy: new Feature<'kratos' | 'betterauth'>('auth_strategy', 'kratos'), + authStrategy: new Feature<'kratos' | 'betterauth'>( + 'auth_strategy', + 'betterauth', + ), }; export class ExperimentAllocationClient {