From 47545b6b97412c4d99d56e1c978c3e8c8e2241fa Mon Sep 17 00:00:00 2001 From: Shane Tomlinson Date: Mon, 16 Apr 2018 15:38:14 +0200 Subject: [PATCH] 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 --- app/scripts/templates/settings/two_step_authentication.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/templates/settings/two_step_authentication.mustache b/app/scripts/templates/settings/two_step_authentication.mustache index 91aeb63a6c..45cd66763b 100644 --- a/app/scripts/templates/settings/two_step_authentication.mustache +++ b/app/scripts/templates/settings/two_step_authentication.mustache @@ -78,7 +78,7 @@
- +