user creation and other updates

This commit is contained in:
Henry Dollman
2024-07-13 19:43:14 -04:00
parent 357e3ad5d7
commit 054a56c316
10 changed files with 177 additions and 54 deletions

View File

@@ -43,7 +43,7 @@ export function AddServerButton() {
return
}
// get public key
pb.send('/getkey', {}).then(({ key }) => {
pb.send('/api/qoma/getkey', {}).then(({ key }) => {
$publicKey.set(key)
})
}, [open])