diff --git a/web/src/routes/setup/AuthStep.tsx b/web/src/routes/setup/AuthStep.tsx index c88578c..771d439 100644 --- a/web/src/routes/setup/AuthStep.tsx +++ b/web/src/routes/setup/AuthStep.tsx @@ -139,8 +139,8 @@ export function AuthStep({ <>
    -
  1. Sign in at web.plaud.ai.
  2. -
  3. Open api.plaud.ai/auth/refresh-user-token in the same browser. You'll see an error page. That's expected; it refreshes your session.
  4. +
  5. Sign in at web.plaud.ai.
  6. +
  7. Open api.plaud.ai/auth/refresh-user-token in the same browser. You'll see an error page. That's expected; it refreshes your session.
  8. Open your browser cookies for api.plaud.ai, then copy pld_urt into the first box and pld_ut into the second.
@@ -165,7 +165,7 @@ export function AuthStep({

- Still have the old tokenstr value? Open DevTools → Application → Local Storage and paste it (starts with bearer eyJ…) or the raw JWT. + Don't see those cookies? You may be on Plaud's legacy platform. Open DevTools → Application → Local Storage and paste the old tokenstr value (starts with bearer eyJ…) or the raw JWT.