From 96d64c74d91afcc7c0cfe632ec9895c509f6fc5f Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:35:41 -0700 Subject: [PATCH] make token sensitive --- src/pages/onboarding/Onboarding.tsx | 7 ++++--- src/pages/parts/settings/ConnectionsPart.tsx | 7 +++---- 2 files changed, 7 insertions(+), 7 deletions(-) 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}