Skip to content

Commit

Permalink
Redirect signed-in learners to the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
MisRob committed Sep 14, 2021
1 parent b647f5b commit b944c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolibri/plugins/learn/assets/src/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default [
return router.replace({
name:
memberships.length > 0 || !canAccessUnassignedContent
? ClassesPageNames.ALL_CLASSES
? PageNames.HOME
: PageNames.TOPICS_ROOT,
});
},
Expand Down

0 comments on commit b944c95

Please sign in to comment.