Cancel Button Missing type="button" Attribute on 2FA Setup Form
G
Garbo
started a topic
over 1 year ago
In the 2FA setup at the step where you enter your six-digit code (See attached "2FA-form.png") if you enter the code and then press "Enter" on the keyboard it will cancel the workflow instead of completing it.
I had a look and the issue is that the cancel button has no type="button" attribute on it (See attached "2FA-button-element.png"). I used F12 dev tools to add the attribute to the element and this made the form work as expected.
Garbo
In the 2FA setup at the step where you enter your six-digit code (See attached "2FA-form.png") if you enter the code and then press "Enter" on the keyboard it will cancel the workflow instead of completing it.
I had a look and the issue is that the cancel button has no type="button" attribute on it (See attached "2FA-button-element.png"). I used F12 dev tools to add the attribute to the element and this made the form work as expected.
1 person has this problem