We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810d8bf commit a020905Copy full SHA for a020905
1 file changed
src/growthbook.ts
@@ -123,7 +123,10 @@ export const features = {
123
dailyDigest: new Feature('daily_personalized_digest', {
124
...digestFeatureBaseConfig,
125
}),
126
- authStrategy: new Feature<'kratos' | 'betterauth'>('auth_strategy', 'kratos'),
+ authStrategy: new Feature<'kratos' | 'betterauth'>(
127
+ 'auth_strategy',
128
+ 'betterauth',
129
+ ),
130
};
131
132
export class ExperimentAllocationClient {
0 commit comments