Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(totp): Fix the "can add TOTP to account and confirm web signin" t…
Browse files Browse the repository at this point in the history
…est (#6069) r=@vladikoff

The selector `.totp-confirm-code` was not added to the submit button as a class.

fixes #6068
  • Loading branch information
Shane Tomlinson authored and vladikoff committed Apr 16, 2018
1 parent 8a9a772 commit 47545b6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -78,7 +78,7 @@
</div>

<div class="button-row">
<button type="submit" class="settings-button primary">{{#t}}Confirm{{/t}}</button>
<button type="submit" class="settings-button primary totp-confirm-code">{{#t}}Confirm{{/t}}</button>
<button class="settings-button cancel secondary enabled totp-cancel">{{#t}}Cancel{{/t}}</button>
</div>
</div>
Expand Down

0 comments on commit 47545b6

Please sign in to comment.