We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf98abf commit 6081b25Copy full SHA for 6081b25
2 files changed
projects/social_platform/src/app/auth/login/login.component.ts
@@ -112,7 +112,7 @@ export class LoginComponent implements OnInit {
112
.then(() => console.debug("Route changed from LoginComponent"));
113
else if (redirectType === "program")
114
this.router
115
- .navigateByUrl("/office/program/list")
+ .navigateByUrl("/office/program")
116
117
},
118
error: error => {
projects/social_platform/src/app/office/office.routes.ts
@@ -33,7 +33,7 @@ export const OFFICE_ROUTES: Routes = [
33
{
34
path: "",
35
pathMatch: "full",
36
- redirectTo: "feed",
+ redirectTo: "program",
37
38
39
path: "feed",
0 commit comments