tangled
alpha
login
or
join now
nekomimi.pet
/
cutebook
28
fork
atom
web components for a integratabtle atproto based guestbook
28
fork
atom
overview
issues
pulls
pipelines
remove sign label
nekomimi.pet
3 months ago
f4580322
6b91a218
verified
This commit was signed with the committer's
known signature
.
nekomimi.pet
SSH Key Fingerprint:
SHA256:knUvGhH8rbrdqbzO9WXAIaTK0LrdYw2UC0qWB43Ic0Q=
+3
-2
1 changed file
expand all
collapse all
unified
split
lib
guestbook-sign.ts
+3
-2
lib/guestbook-sign.ts
···
229
229
</style>
230
230
231
231
<div class="guestbook-sign">
232
232
-
<h2>SIGN</h2>
233
232
${!isLoggedIn ? `
234
233
<form id="login-form">
235
234
<div class="form-group">
···
240
239
id="handle"
241
240
name="handle"
242
241
placeholder="user.bsky.social"
243
243
-
autocomplete="username"
242
242
+
autocomplete="off"
243
243
+
data-1p-ignore
244
244
+
data-lpignore="true"
244
245
required
245
246
/>
246
247
</actor-typeahead>