From 988c43090b80dfd75effbdf8882bc81b3b2e3ff7 Mon Sep 17 00:00:00 2001 From: M1 Date: Wed, 18 Mar 2026 12:03:02 +0400 Subject: [PATCH] fix: make sub-key notice match page style --- 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 18a3c0b..7938549 100644 --- a/apps/web/src/views/settings.ejs +++ b/apps/web/src/views/settings.ejs @@ -11,13 +11,14 @@

Settings

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

You're signed in with a sub-key

-

Sub-keys are scoped API keys that can manage monitors but can't access or change account credentials. To manage your login key, email, or sub-keys, sign in with your main account key.

+
+
+
+

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.

+
-
+ <% } %>