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:
Родитель
8a9a772f19
Коммит
47545b6b97
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче