We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ca2cb commit e2a5d74Copy full SHA for e2a5d74
src/client/App.tsx
@@ -132,7 +132,7 @@ const Content = () => {
132
if (isLoading && !onNoAccessPage) return <CircularProgress sx={{ margin: 'auto' }} />
133
134
if (!onNoAccessPage && !hasAccess(user, courseId)) {
135
- return <Navigate to={PUBLIC_URL + getRedirect(user)} />
+ return <Navigate to={getRedirect(user)} />
136
}
137
138
if (!user && !onNoAccessPage) return null
0 commit comments