CZ-NIC / django-fido

Django application for FIDO protocol U2F
GNU General Public License v3.0
28 stars 11 forks source link

Update JS code to not autosubmit on page load #33

Closed tpazderka closed 4 years ago

tpazderka commented 4 years ago

As we are adding a label field in #32, we want users to be actually able to fill that in before the form autosubmits.

The JS code needs to be changed to wait for a submit button.

stinovlas commented 4 years ago

I'll implement this one.