We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a50c2 commit f0bb29bCopy full SHA for f0bb29b
1 file changed
src/app/core/services/auth.service.ts
@@ -79,7 +79,7 @@ export class AuthService {
79
80
if (isPlatformBrowser(this.platformId)) {
81
this.cookieService.deleteAll();
82
- window.location.href = `${this.webUrl}/logout/?next=${encodeURIComponent(window.location.href)}`;
+ window.location.href = `${this.webUrl}/logout/?next=${encodeURIComponent(window.location.origin)}`;
83
}
84
85
0 commit comments