From 4ec0fbd33c9afeb8bbd44b8d00a74ed29961c86e Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 26 Apr 2018 16:32:43 +0200 Subject: [PATCH] Show 2fa status in accounts view --- src/views/account.html | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/src/views/account.html b/src/views/account.html index 593c11636..d9f521280 100644 --- a/src/views/account.html +++ b/src/views/account.html @@ -179,23 +179,33 @@ - + - + - + - + - +
Username{{ user.username }}     + {{ user.username }}     +
Display name{{ user.displayName }} + {{ user.displayName }} +
Primary email{{ user.email }} + {{ user.email }} +
Password recovery email{{ user.fallbackEmail }} + {{ user.fallbackEmail }} +
Two-Factor Authenticationnot enabled + not enabled +