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 febbox.com {" "} - and log in with Google + and log in with Google (use a fresh account!)
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:
1. Go to febbox.com and - log in with Google + log in with Google (use a fresh account!)
2. Open DevTools or inspect the page
@@ -218,9 +218,7 @@ function FebboxTokenEdit({ febboxToken, setFebboxToken }: FebboxTokenProps) { 5. Close the tab, but do NOT logout!

-

- (This is not a sensitive login cookie or account token) -

+

(Do not share this token!)

@@ -233,6 +231,7 @@ function FebboxTokenEdit({ febboxToken, setFebboxToken }: FebboxTokenProps) { }} value={febboxToken ?? ""} placeholder="eyABCdE..." + passwordToggleable /> ) : null}