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

Set a value for attribute data-auth-set

parent 1940f9c0
No related branches found
No related tags found
No related merge requests found
Pipeline #231889 passed
...@@ -171,7 +171,7 @@ export class AuthKeycloak extends AdapterLitElement { ...@@ -171,7 +171,7 @@ export class AuthKeycloak extends AdapterLitElement {
person: this._user, person: this._user,
}; };
this.setAttribute("data-auth-set", ""); this.setAttribute("data-auth-set", "true");
// inject a window.DBPAuth variable for Cypress/Playwright // inject a window.DBPAuth variable for Cypress/Playwright
if (window.Cypress || window.playwright) { if (window.Cypress || window.playwright) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment