diff --git a/src/app/components/ProfileEditForm.svelte b/src/app/components/ProfileEditForm.svelte index 13288e21..8524bf5b 100644 --- a/src/app/components/ProfileEditForm.svelte +++ b/src/app/components/ProfileEditForm.svelte @@ -18,11 +18,11 @@ type Props = { initialValues: Values onsubmit: (values: Values) => void - hideAddress?: boolean + isSignup?: boolean footer: Snippet } - const {initialValues, hideAddress, onsubmit, footer}: Props = $props() + const {initialValues, isSignup, onsubmit, footer}: Props = $props() const values = $state(initialValues) @@ -32,9 +32,25 @@
diff --git a/src/app/components/SignUp.svelte b/src/app/components/SignUp.svelte index 8c1bf70d..09d98847 100644 --- a/src/app/components/SignUp.svelte +++ b/src/app/components/SignUp.svelte @@ -1,7 +1,6 @@ + + diff --git a/src/app/components/SignUpKey.svelte b/src/app/components/SignUpKey.svelte index c153f24d..cc30c027 100644 --- a/src/app/components/SignUpKey.svelte +++ b/src/app/components/SignUpKey.svelte @@ -1,81 +1,118 @@ diff --git a/src/app/components/SignUpProfile.svelte b/src/app/components/SignUpProfile.svelte index 5c3bbe2a..dc349ee4 100644 --- a/src/app/components/SignUpProfile.svelte +++ b/src/app/components/SignUpProfile.svelte @@ -1,33 +1,36 @@ -