Split key recovery components, bump deps

This commit is contained in:
Jon Staab
2026-01-13 13:16:57 -08:00
parent cdee6ca743
commit adb2ce4846
11 changed files with 213 additions and 166 deletions
+3 -1
View File
@@ -39,7 +39,9 @@
let client: Client | undefined = undefined
try {
const {ok, clientOptions} = await Client.register(2, 3, makeSecret())
const userSecret = makeSecret()
console.log(userSecret)
const {ok, clientOptions} = await Client.register(2, 3, userSecret)
if (!ok) {
return pushToast({