tangled
alpha
login
or
join now
mary.my.id
/
danaus
4
fork
atom
work-in-progress atproto PDS
typescript
atproto
pds
atcute
4
fork
atom
overview
issues
pulls
pipelines
chore: rm
mary.my.id
1 month ago
3d904ebb
e7fc6a9a
verified
This commit was signed with the committer's
known signature
.
mary.my.id
SSH Key Fingerprint:
SHA256:ZlTP/auFSGpGnaoDg4mCTG1g9OZvXp62jWR4c6H4O3c=
+2
-1
2 changed files
expand all
collapse all
unified
split
packages
danaus
src
bin
build-web-assets.ts
web
scripts
webauthn-authenticate.ts
+1
-1
packages/danaus/src/bin/build-web-assets.ts
···
62
62
}, 50);
63
63
};
64
64
65
65
-
const watcher = chokidar.watch('src/web/scripts/', { ignoreInitial: true, depth: 1 });
65
65
+
const watcher = chokidar.watch('src/web/scripts', { ignoreInitial: true, depth: 1 });
66
66
67
67
watcher.on('add', schedule);
68
68
watcher.on('change', schedule);
+1
packages/danaus/src/web/scripts/webauthn-authenticate.ts
···
101
101
this.formElement?.submit();
102
102
} catch (err) {
103
103
console.error('[webauthn-authenticate] error:', err);
104
104
+
104
105
if (startButton) {
105
106
startButton.disabled = false;
106
107
}