From 6d057d5797916ce78033524ab09b1b37bf69a98f Mon Sep 17 00:00:00 2001 From: M1 Date: Wed, 18 Mar 2026 12:04:40 +0400 Subject: [PATCH] fix: move sub-key notice inside account section --- apps/web/src/views/settings.ejs | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) 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.

+
+ <% } %>