feat: Document Selector in Chat.

- Still need improvements but lets use it first.
This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-06-04 21:46:50 -07:00
parent e8a19c496b
commit d7bb31f894
12 changed files with 599 additions and 67 deletions

View file

@ -35,7 +35,7 @@ const TokenHandler = ({
try {
// Store token in localStorage
localStorage.setItem(storageKey, token);
console.log(`Token stored in localStorage with key: ${storageKey}`);
// console.log(`Token stored in localStorage with key: ${storageKey}`);
// Redirect to specified path
router.push(redirectPath);