diff --git a/src/frontend/app/profile.component.ts b/src/frontend/app/profile.component.ts
index bd7600e3277b1f2e297e2a3307072294f532e866..e2cdd053f4c258248a82b64e3841bb3dd56afe98 100755
--- a/src/frontend/app/profile.component.ts
+++ b/src/frontend/app/profile.component.ts
@@ -610,8 +610,7 @@ export class ProfileComponent extends AutoCompletePlugin implements OnInit {
         if (r) {
             this.http.put(this.coreUrl + 'rest/users/' + this.user.id + '/status', { "status": "ABS" })
                 .subscribe(() => {
-                    location.hash = "";
-                    location.search = "?display=true&page=logout&abs_mode";
+                    location.search = "?display=true&page=logout&logout=true";
                 }, (err) => {
                     this.notify.error(err.error.errors);
                 });