Fix incorrect secret being downloaded
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
profile: Profile
|
||||
}
|
||||
|
||||
const props: Props = $props()
|
||||
const {secret, profile}: Props = $props()
|
||||
|
||||
const next = () => pushModal(SignUpComplete, props)
|
||||
const next = () => pushModal(SignUpComplete, {secret, profile})
|
||||
</script>
|
||||
|
||||
<KeyDownload {next} />
|
||||
<KeyDownload {secret} {next} />
|
||||
|
||||
Reference in New Issue
Block a user