webauthn-rails-demo-app
webauthn-rails-demo-app copied to clipboard
A small nit in the design
The Warning message in the feature detection part of the views is hidden in the static text. The feature detection must activate and unhide it. This is unwise. If the detection fails for some unexpected reason, the Warning is never seen.
The Warning should be visible and the feature detection should hide it only when it is satisfied that the code is going to work.