Skip to content

Commit

Permalink
[route] redirect /edu-email to /edu-email/inbox when logged in
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Sep 25, 2024
1 parent d70b15a commit 366f4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/route.dart
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ final _eduEmailRoute = GoRoute(
if (CredentialsInit.storage.eduEmail.credentials == null) {
return "/edu-email/login";
}
return null;
return "/edu-email/inbox";
},
routes: [
GoRoute(
Expand Down

0 comments on commit 366f4ad

Please sign in to comment.