pixelated / pixelated-user-agent

User facing components of Pixelated: a JavaScript single page app and a RESTful service.
GNU Affero General Public License v3.0
159 stars 72 forks source link

Validate recovery code fields are not empty #1041

Open anikarni opened 7 years ago

anikarni commented 7 years ago

This ensures users don't submit to next step if the input field is empty

Acceptance Criteria

Given I am on the forgot password flow, if I don't fill out the admin recovery code, the button should be disabled.

Given I am on the forgot password flow, if I don't fill out the user recovery code, the button should be disabled.

In Scope

Out of Scope

Depends on

--