From 32cf4354854dcc2c98faba437fc6794d731fda2e Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 9 Sep 2015 13:06:50 +0800 Subject: Bug 1202975 - warning about api key requirement is no longer shown when enabling 2fa --- js/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/account.js b/js/account.js index 76b385437..0525045b1 100644 --- a/js/account.js +++ b/js/account.js @@ -56,7 +56,6 @@ $(function() { .click(function(event) { event.preventDefault(); $('#mfa-enable-container').show(); - $('#mfa-api-blurb').show(); $(this).hide(); }); @@ -71,6 +70,7 @@ $(function() { } else { $('#mfa-confirm').show(); + $('.mfa-api-blurb').show(); if (mfa === 'TOTP') { $('#mfa-enable-totp').show(); $('#mfa-totp-throbber').show(); -- cgit v1.2.3-24-g4f1b