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

Remove commented out code

parent c3b4368d
No related branches found
No related tags found
No related merge requests found
......@@ -153,12 +153,6 @@ export class AuthKeycloak extends AdapterLitElement {
this.sendSetPropertyEvent('auth', auth);
JSONLD.doInitializationOnce(this.entryPointUrl, this.token);
// this.sendSetPropertyEvent('auth-subject', this.subject);
// this.sendSetPropertyEvent('auth-token', this.token);
// this.sendSetPropertyEvent('user-full-name', this.name);
// this.sendSetPropertyEvent('person-id', this.personId);
// this.sendSetPropertyEvent('person', this.person);
}
_setLoginStatus(status, force) {
......
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