fix(auth): update routing for subscription access

This commit is contained in:
2026-06-17 17:11:34 +08:00
parent d074f1a813
commit afba85e809
2 changed files with 1 additions and 7 deletions
@@ -45,7 +45,7 @@ export function ChatQuotaExhaustedBanner({
onUnlock();
return;
}
router.push(ROUTES.subscription);
router.push(ROUTES.auth);
};
return (