summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-03-29 12:41:54 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2016-03-29 12:41:54 +0200
commita1597d22aecfb65dc1a3f063f574622cf6768d1d (patch)
tree20e75b6b94f1f7a56c590602c0129292309eef02
parentaf8df7e5981cfd659772b7fd4ee679170050f33f (diff)
downloadgitlab-ce-a1597d22aecfb65dc1a3f063f574622cf6768d1d.tar.gz
Remove 2FA status on enable pageremove-2fa-status
-rw-r--r--app/views/profiles/two_factor_auths/new.html.haml2
1 files changed, 0 insertions, 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
@@ -8,8 +8,6 @@
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'))}.
.row.append-bottom-10