Skip to content

Commit c910068

Browse files
committed
chore: rename dashboard page to events
1 parent 298821e commit c910068

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

apps/web/src/app/auth/callback/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default function AuthCallback() {
6868

6969
// Redirect to your desired page after a delay
7070
setTimeout(() => {
71-
router.push("/dashboard");
71+
router.push("/events");
7272
}, 3000);
7373
} else {
7474
setStatus("error");

0 commit comments

Comments
 (0)