Skip to content

Commit

Permalink
Add note to Biometric Comparison that it is disabled in prod (#142)
Browse files Browse the repository at this point in the history
The biometric comparison feature has been enabled in all environments except for prod. We want to ensure that no partners see it enabled in int and try to use it in their apps which will not work when they are promoted in prod. This commit helps with that by adding a warning label to the "Biometric comparison" option on this sample app.
  • Loading branch information
jmhooper authored Apr 10, 2024
1 parent 132c3ba commit 0f5fd28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions views/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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| %>
<option value="<%= value %>"
Expand Down

0 comments on commit 0f5fd28

Please sign in to comment.