Skip to content

Commit f0bb29b

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

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(window.location.href)}`;
82+
window.location.href = `${this.webUrl}/logout/?next=${encodeURIComponent(window.location.origin)}`;
8383
}
8484
}
8585

0 commit comments

Comments
 (0)