From a1597d22aecfb65dc1a3f063f574622cf6768d1d Mon Sep 17 00:00:00 2001 From: Robert Schilling Date: Tue, 29 Mar 2016 12:41:54 +0200 Subject: [PATCH] Remove 2FA status on enable page --- app/views/profiles/two_factor_auths/new.html.haml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/profiles/two_factor_auths/new.html.haml b/app/views/profiles/two_factor_auths/new.html.haml index 5d342ef58e5..69fc81cb45c 100644 --- a/app/views/profiles/two_factor_auths/new.html.haml +++ b/app/views/profiles/two_factor_auths/new.html.haml @@ -7,8 +7,6 @@ %p Increase your account's security by enabling two-factor authentication (2FA). .col-lg-9 - %p - Status: #{current_user.two_factor_enabled? ? 'enabled' : 'disabled'} %p Download the Google Authenticator application from App Store for iOS or Google Play for Android and scan this code. More information is available in the #{link_to('documentation', help_page_path('profile', 'two_factor_authentication'))}.