Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 98c5862

Browse files
author
Glen Pike
authored
Send event-details page to session page.
Before zen auth was removed the event-details route would check for a logged in user before sending on to the session page. The user check is no longer necessary but we still need to redirect to the session page.
2 parents 7c74b09 + 5d2c216 commit 98c5862

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/router/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ const router = new Router({
125125
path: '',
126126
component: EventDetails,
127127
props: true,
128+
redirect: { name: 'EventSessions' },
128129
children: [
129130
{
130131
path: 'sessions',

0 commit comments

Comments
 (0)