Skip to content

Commit

Permalink
chore(auth): Disable third party auth in production
Browse files Browse the repository at this point in the history
  • Loading branch information
vbudhram authored and Meghan Sardesai committed Sep 6, 2023
1 parent 43cdf9b commit 8fe626f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const GROUPS = [
// This experiment is disabled by default. If you would like to go through
// the flow, load email-first screen and append query params
// `?forceExperiment=thirdPartyAuth&forceExperimentGroup=treatment`
const ROLLOUT_RATE = 1.0;
const ROLLOUT_RATE = 0.0;

module.exports = class ThirdPartyAuth extends BaseGroupingRule {
constructor() {
Expand Down

0 comments on commit 8fe626f

Please sign in to comment.