From baea9f8e7e9cb0238182a44200c51fedbac7ffeb Mon Sep 17 00:00:00 2001 From: M1 Date: Wed, 18 Mar 2026 12:05:24 +0400 Subject: [PATCH] fix: sub-key notice as separate card below account section --- apps/web/src/views/settings.ejs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/apps/web/src/views/settings.ejs b/apps/web/src/views/settings.ejs index 3375cfe..bd46c52 100644 --- a/apps/web/src/views/settings.ejs +++ b/apps/web/src/views/settings.ejs @@ -28,15 +28,16 @@

<%= 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.

-
- <% } %> + <% 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.

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