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

Disable force login to not break tests with the reload

parent 1459481c
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ class DataTableViewDemo extends ScopedElementsMixin(LitElement) {
getAuthComponentHtml() {
return this.noAuth ? html`` : html`
<div class="content">
<vpu-auth lang="${this.lang}" client-id="${commonUtils.setting('keyCloakClientId')}" load-person force-login></vpu-auth>
<vpu-auth lang="${this.lang}" client-id="${commonUtils.setting('keyCloakClientId')}" load-person></vpu-auth>
</div>
`;
}
......
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