diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-18 09:51:08 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-18 09:51:08 +0200 |
commit | 4f75173f113c70660d761bc62742c5dabda2e67c (patch) | |
tree | b761d5162d88c6e33a4e08a8c4e05380da23f7cf /lib/private/Settings | |
parent | 2634ceb35b72eac94e6bf4c61640036392c5f97f (diff) | |
download | nextcloud-server-4f75173f113c70660d761bc62742c5dabda2e67c.tar.gz nextcloud-server-4f75173f113c70660d761bc62742c5dabda2e67c.zip |
Remove unreliable 2FA state message on personal 2FA settings page
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/Settings')
-rw-r--r-- | lib/private/Settings/Personal/Security.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Settings/Personal/Security.php b/lib/private/Settings/Personal/Security.php index 0efe2d0746b..d8cd711ca08 100644 --- a/lib/private/Settings/Personal/Security.php +++ b/lib/private/Settings/Personal/Security.php @@ -106,7 +106,6 @@ class Security implements ISettings { } return [ - 'isEnabled' => $this->twoFactorManager->isTwoFactorAuthenticated($user), 'providers' => array_map(function (IProvidesPersonalSettings $provider) use ($user) { return [ 'provider' => $provider, |