Skip to content

Commit 13c8f3c

Browse files
authored
Merge pull request #365 from PSMRI/release-3.6.2
Merge Release 3.6.2 with Main
2 parents 8c270f9 + 673336b commit 13c8f3c

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

src/app/app-modules/core/components/app-header/app-header.component.ts

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,13 @@ export class AppHeaderComponent implements OnInit {
192192
}
193193
logout() {
194194
this.auth.logout().subscribe(res => {
195-
this.router
196-
.navigate(['/feedback'], { queryParams: { sl: 'MMU' } })
197-
.then(result => {
198-
if (result) {
199-
this.changeLanguage('English');
200-
// this.sessionstorage.clear();
201-
sessionStorage.clear();
202-
}
203-
});
195+
this.router.navigate(['/login']).then(result => {
196+
if (result) {
197+
this.changeLanguage('English');
198+
// this.sessionstorage.clear();
199+
sessionStorage.clear();
200+
}
201+
});
204202
});
205203
}
206204
rolenavigation() {

0 commit comments

Comments
 (0)