Update welshman session stuff

This commit is contained in:
Jon Staab
2025-04-11 11:51:15 -07:00
parent 84af4d2d8e
commit 10a1e6e640
9 changed files with 51 additions and 93 deletions
+2 -3
View File
@@ -11,11 +11,10 @@
type Props = {
secret: string
pubkey: string
ncryptsec: string
}
const {secret, pubkey, ncryptsec}: Props = $props()
const {secret, ncryptsec}: Props = $props()
const back = () => history.back()
@@ -25,7 +24,7 @@
}
const next = () => {
pushModal(SignUpProfile, {secret, pubkey})
pushModal(SignUpProfile, {secret})
}
</script>