@aller/cyclops-frontend-vanilla
Advanced tools
Comparing version 2.5.6-alpha.0 to 2.5.6-alpha.1
@@ -251,2 +251,3 @@ var __assign = (this && this.__assign) || function () { | ||
if (loginElement) { | ||
console.log("Injecting login element", loginElement); | ||
loginContainer.innerHTML = ""; | ||
@@ -323,3 +324,2 @@ loginContainer.appendChild(loginElement); | ||
try { | ||
console.log("Adding login element"); | ||
var loginElement = createSignedInElement(event.detail, useInitials); | ||
@@ -326,0 +326,0 @@ loginContainer.innerHTML = ""; |
{ | ||
"name": "@aller/cyclops-frontend-vanilla", | ||
"version": "2.5.6-alpha.0", | ||
"version": "2.5.6-alpha.1", | ||
"description": "Vanilla JS implementation of login-button", | ||
@@ -44,3 +44,3 @@ "author": "kasperrt <kasper@kasperrt.no>", | ||
"dependencies": { | ||
"@aller/cyclops-frontend-api": "^2.5.6-alpha.0", | ||
"@aller/cyclops-frontend-api": "^2.5.6-alpha.1", | ||
"a11y-dialog": "5.3.1", | ||
@@ -69,3 +69,3 @@ "promise-polyfill": "8.1.3" | ||
}, | ||
"gitHead": "77d420e2d8f05fb7eb808d4b1fbbd96b98b6a142" | ||
"gitHead": "8e1323a7832345b795ec859dd037db170b4ad1f4" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108806