feat: window.location.reload()

parent 87b03a4e
......@@ -50,6 +50,7 @@ export class ElementGuacamoleComponent implements OnInit {
.subscribe(
data => {
this._localStorage.set('user', data['user']);
window.location.reload();
}
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment