fix(auth): update routing for subscription access
This commit is contained in:
@@ -45,7 +45,7 @@ export function ChatQuotaExhaustedBanner({
|
||||
onUnlock();
|
||||
return;
|
||||
}
|
||||
router.push(ROUTES.subscription);
|
||||
router.push(ROUTES.auth);
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user