Skip to content
Snippets Groups Projects
Commit 5e188533 authored by Tögl, Christina's avatar Tögl, Christina
Browse files

Merge branch 'master' of gitlab.tugraz.at:dbp/web-components/toolkit

parents 8b829444 68cbf39f
No related branches found
No related tags found
No related merge requests found
Pipeline #16693 passed
...@@ -14,5 +14,5 @@ ...@@ -14,5 +14,5 @@
"de": "Zeigt eine Benachrichtigung an", "de": "Zeigt eine Benachrichtigung an",
"en": "Shows a message" "en": "Shows a message"
}, },
"subscribe": "lang:lang,entry-point-url:entry-point-url" "subscribe": "lang,entry-point-url"
} }
...@@ -14,5 +14,5 @@ ...@@ -14,5 +14,5 @@
"de": "Gemeinsame Web Components", "de": "Gemeinsame Web Components",
"en": "Person profile web components" "en": "Person profile web components"
}, },
"subscribe": "lang:lang,entry-point-url:entry-point-url" "subscribe": "lang,entry-point-url"
} }
...@@ -14,5 +14,5 @@ ...@@ -14,5 +14,5 @@
"de": "Erlaubt das Suchen von Personen", "de": "Erlaubt das Suchen von Personen",
"en": "Allows searching for persons" "en": "Allows searching for persons"
}, },
"subscribe": "lang:lang,entry-point-url:entry-point-url" "subscribe": "lang,entry-point-url"
} }
...@@ -14,5 +14,5 @@ ...@@ -14,5 +14,5 @@
"de": "Scannt Qr Codes", "de": "Scannt Qr Codes",
"en": "Scans Qr Codes" "en": "Scans Qr Codes"
}, },
"subscribe": "lang:lang,entry-point-url:entry-point-url" "subscribe": "lang,entry-point-url"
} }
...@@ -59,7 +59,7 @@ class DbpAuthDemoActivity extends ScopedElementsMixin(AdapterLitElement) { ...@@ -59,7 +59,7 @@ class DbpAuthDemoActivity extends ScopedElementsMixin(AdapterLitElement) {
render() { render() {
return html` return html`
${unsafeHTML(readme)} ${unsafeHTML(readme)}
<dbp-auth-demo id="demo" lang="${this.lang}" entry-point-url="${this.entryPointUrl}" subscribe="auth:auth"></dbp-auth-demo> <dbp-auth-demo id="demo" lang="${this.lang}" entry-point-url="${this.entryPointUrl}" subscribe="auth"></dbp-auth-demo>
`; `;
} }
} }
......
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