diff --git a/src/pages/onboarding/Onboarding.tsx b/src/pages/onboarding/Onboarding.tsx
index ccb7a978..3d01811c 100644
--- a/src/pages/onboarding/Onboarding.tsx
+++ b/src/pages/onboarding/Onboarding.tsx
@@ -71,7 +71,7 @@ export function OptionalDropdown() {
1. Go to
2. Open DevTools or inspect the page
@@ -82,8 +82,8 @@ export function OptionalDropdown() {
5. Close the tab, but do NOT logout!
- (This is not a sensitive login cookie or account token) +
+ (Do not share this token!)
@@ -97,6 +97,7 @@ export function OptionalDropdown() { }} value={febboxToken ?? ""} placeholder="eyABCdE..." + passwordToggleable /> > ) : null} diff --git a/src/pages/parts/settings/ConnectionsPart.tsx b/src/pages/parts/settings/ConnectionsPart.tsx index 900d3323..08a2eac6 100644 --- a/src/pages/parts/settings/ConnectionsPart.tsx +++ b/src/pages/parts/settings/ConnectionsPart.tsx @@ -207,7 +207,7 @@ function FebboxTokenEdit({ febboxToken, setFebboxToken }: FebboxTokenProps) { To get your UI token:- (This is not a sensitive login cookie or account token) -
+(Do not share this token!)