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

Fix linter error (#46)

parent 2947d417
No related branches found
No related tags found
No related merge requests found
Pipeline #17064 canceled
...@@ -79,7 +79,6 @@ export class DbpAuthDemo extends ScopedElementsMixin(DBPLitElement) { ...@@ -79,7 +79,6 @@ export class DbpAuthDemo extends ScopedElementsMixin(DBPLitElement) {
} }
getAuthComponentHtml() { getAuthComponentHtml() {
//const silentCheckSsoUri = commonUtils.getAssetURL(pkgName, 'silent-check-sso.html');
return this.noAuth ? html`<dbp-login-button subscribe="auth" lang="${this.lang}" show-image></dbp-login-button>` : html` return this.noAuth ? html`<dbp-login-button subscribe="auth" lang="${this.lang}" show-image></dbp-login-button>` : html`
<div class="container"> <div class="container">
<dbp-auth-keycloak subscribe="requested-login-status" lang="${this.lang}" entry-point-url="${this.entryPointUrl}" silent-check-sso-redirect-uri="/dist/silent-check-sso.html" <dbp-auth-keycloak subscribe="requested-login-status" lang="${this.lang}" entry-point-url="${this.entryPointUrl}" silent-check-sso-redirect-uri="/dist/silent-check-sso.html"
...@@ -91,7 +90,6 @@ export class DbpAuthDemo extends ScopedElementsMixin(DBPLitElement) { ...@@ -91,7 +90,6 @@ export class DbpAuthDemo extends ScopedElementsMixin(DBPLitElement) {
} }
render() { render() {
const silentCheckSsoUri = commonUtils.getAssetURL(pkgName, 'silent-check-sso.html');
return html` return html`
<style> <style>
/* from BULMA.CSS */ /* from BULMA.CSS */
......
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