Skip to content
Snippets Groups Projects
Commit 515b4751 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Always send an event in case of keycloak changes

For example in case the token gets refreshed we want to advertise this to all clients.
parent d3ef057f
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ class VPUAuth extends VPULitElement {
newPerson = true;
}
this.personId = personId;
this._setLoginStatus(LoginStatus.LOGGED_IN);
this._setLoginStatus(LoginStatus.LOGGED_IN, true);
} else {
this.name = "";
this.token = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment