diff --git a/apps/web/src/views/settings.ejs b/apps/web/src/views/settings.ejs index 7938549..3375cfe 100644 --- a/apps/web/src/views/settings.ejs +++ b/apps/web/src/views/settings.ejs @@ -10,17 +10,6 @@

Settings

- <% if (it.isSubKey) { %> -
-
-
-

Signed in with a sub-key

-

Sub-keys can manage monitors but can't access account credentials. Sign in with your main account key to manage your login key, recovery email, and sub-keys.

-
-
-
- <% } %> -

Account

@@ -39,6 +28,12 @@

<%= createdDate %>

+ <% if (it.isSubKey) { %> +
+

Signed in with a sub-key

+

Sub-keys can manage monitors but can't access account credentials. Sign in with your main account key to manage your login key, recovery email, and sub-keys.

+
+ <% } %>