Skip to content

Commit a020905

Browse files
authored
fix: win experiment default (#3753)
1 parent 810d8bf commit a020905

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/growthbook.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,10 @@ export const features = {
123123
dailyDigest: new Feature('daily_personalized_digest', {
124124
...digestFeatureBaseConfig,
125125
}),
126-
authStrategy: new Feature<'kratos' | 'betterauth'>('auth_strategy', 'kratos'),
126+
authStrategy: new Feature<'kratos' | 'betterauth'>(
127+
'auth_strategy',
128+
'betterauth',
129+
),
127130
};
128131

129132
export class ExperimentAllocationClient {

0 commit comments

Comments
 (0)