feat(auth): add browser cookie login fallback

This commit is contained in:
Ivan Pereira
2026-06-24 17:19:38 +01:00
parent 388235c602
commit d01cfc86bc
13 changed files with 716 additions and 45 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ describe("Perplexity model selection e2e", () => {
incognito: true,
limit: 1,
},
token.access,
token,
);
expect(result.answer.trim().startsWith("OK")).toBe(true);