Remove 2FA status on enable page

This commit is contained in:
Robert Schilling 2016-03-29 12:41:54 +02:00
parent af8df7e598
commit a1597d22ae
1 changed files with 0 additions and 2 deletions

View File

@ -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'))}.