Edgar Martinez
Results
2
comments of
Edgar Martinez
Hi, I am having this issue using Decap 3 and GitLab / Netlify Identity
There is a workaround that worked for me. Use the next code in the `body` of `admin/index.html`: ```html if (window.netlifyIdentity) { window.netlifyIdentity.on("logout", () => { window.location.replace("/admin") }); } ```