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 Authentication |
- not enabled |
+
+ not enabled
+ |
|
|