Skip to content
Snippets Groups Projects
Unverified Commit 9b98b5e8 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add missing case-break

parent 666599a6
No related branches found
No related tags found
No related merge requests found
Pipeline #18522 passed
......@@ -54,6 +54,7 @@ export class AuthKeycloak extends AdapterLitElement {
case 'entryPointUrl':
// for preloading the instance
JSONLD.getInstance(this.entryPointUrl, this.lang);
break;
case 'requestedLoginStatus':
console.log("requested-login-status changed", this.requestedLoginStatus);
switch(this.requestedLoginStatus) {
......
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