Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.
This repository was archived by the owner on May 30, 2022. It is now read-only.

Verify view label doesn't match field #102

@philnash

Description

@philnash

The label for the authy token field has the wrong for attribute. The HTML produced currently looks like:

<label for="token">Token</label>
<input type="text" name="token" id="authy-token">

The for attribute should match the input's id.

This should be updated for both the erb and haml versions.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions