fix(totp): Fix the "can add TOTP to account and confirm web signin" test (#6069) r=@vladikoff

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

fixes #6068
This commit is contained in:
Shane Tomlinson 2018-04-16 15:38:14 +02:00 коммит произвёл Vlad Filippov
Родитель 8a9a772f19
Коммит 47545b6b97
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>