Skip to content

Commit 229eab4

Browse files
committed
Removed Netlify auth
1 parent e6f0d8f commit 229eab4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

layouts/index.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -133,17 +133,5 @@ <h3 class="mt-3 items-center justify-between text-3xl font-semibold leading-9 te
133133

134134
<!-- {{ partial "faq.html" . }} -->
135135

136-
<!-- <script>
137-
if (window.netlifyIdentity) {
138-
window.netlifyIdentity.on("init", (user) => {
139-
if (!user) {
140-
window.netlifyIdentity.on("login", () => {
141-
document.location.href = "/admin/";
142-
});
143-
}
144-
});
145-
}
146-
</script> -->
147-
148136
</main>
149137
{{ end }}

0 commit comments

Comments
 (0)