Skip to content

Commit 4de5ba1

Browse files
committed
Disabled Netlify identity widget
1 parent b58854d commit 4de5ba1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h3 class="mt-3 items-center justify-between text-3xl font-semibold leading-9 te
146146

147147
<!-- {{ partial "faq.html" . }} -->
148148

149-
<script>
149+
<!-- <script>
150150
if (window.netlifyIdentity) {
151151
window.netlifyIdentity.on("init", (user) => {
152152
if (!user) {
@@ -156,7 +156,7 @@ <h3 class="mt-3 items-center justify-between text-3xl font-semibold leading-9 te
156156
}
157157
});
158158
}
159-
</script>
159+
</script> -->
160160

161161
</main>
162162
{{ end }}

static/admin/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<meta name="robots" content="noindex" />
88
<title>Infuse - CMS</title>
9-
<script src="decap-identity-widget.js"></script>
9+
<!-- <script src="decap-identity-widget.js"></script> -->
1010
</head>
1111

1212
<body>

0 commit comments

Comments
 (0)