We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186b6b0 commit 015c739Copy full SHA for 015c739
components/server/src/util/featureflags.ts
@@ -13,7 +13,7 @@ export async function getFeatureFlagEnableExperimentalJBTB(userId: string): Prom
13
}
14
15
export async function getFeatureFlagEnforceAuthorizeStateValidation(userId: string): Promise<boolean> {
16
- return getExperimentsClientForBackend().getValueAsync("enforceAuthorizeStateValidation", false, {
+ return getExperimentsClientForBackend().getValueAsync("enforce_authorize_state_validation", false, {
17
user: { id: userId },
18
});
19
0 commit comments