diff --git a/views/index.erb b/views/index.erb index 3189536..94bdfc8 100644 --- a/views/index.erb +++ b/views/index.erb @@ -116,9 +116,7 @@ ['1', 'Authentication only (default)'], ['2', 'Identity-verified'], ['0', 'IALMax'], - if ENV['vtr_disabled'] != 'true' - ['biometric-comparison-required', 'Biometric Comparison'] - end, + ['biometric-comparison-required', 'Biometric Comparison (Disabled in prod)'], ['step-up', 'Step-up Flow'], ].compact.each do |value, label| %>