cedarcode / webauthn-rails-demo-app

Rails app demonstrating a WebAuthn password-less login
https://webauthn.cedarcode.com
Apache License 2.0
97 stars 39 forks source link

A small nit in the design #125

Open pedz opened 1 year ago

pedz commented 1 year ago

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.