Skip to content

Commit a4a50c2

Browse files
committed
fix(ENG-10288): Update logout url
1 parent f3707fa commit a4a50c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/core/services/auth.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export class AuthService {
7979

8080
if (isPlatformBrowser(this.platformId)) {
8181
this.cookieService.deleteAll();
82-
window.location.href = `${this.webUrl}/logout/?next=${encodeURIComponent('/')}`;
82+
window.location.href = `${this.webUrl}/logout/?next=${encodeURIComponent(window.location.href)}`;
8383
}
8484
}
8585

0 commit comments

Comments
 (0)