Skip to content

Commit

Permalink
Auto approve users on review apps
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhanshuguptagit committed Apr 13, 2023
1 parent 8086326 commit 256f22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/seed/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ def feature_flags_enabled_by_default
:monthly_screening_reports,
:follow_ups_v2_progress_tab,
:notifications,
(:auto_approve_users if SimpleServer.env.android_review?),
(:fixed_otp if SimpleServer.env.android_review?)
(:auto_approve_users if SimpleServer.env.android_review? || SimpleServer.env.review?),
(:fixed_otp if SimpleServer.env.android_review? || SimpleServer.env.review?)
].compact
end

Expand Down

0 comments on commit 256f22c

Please sign in to comment.