From 3fef60a3daf7d17dff22d815400e03f36e4128c9 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 22 Feb 2026 13:02:35 +0200 Subject: feat(web): oauth redirect --- website/src/routes/welcome/+page.svelte | 219 ++++++++++++++++++++++++++++++++ 1 file changed, 219 insertions(+) create mode 100644 website/src/routes/welcome/+page.svelte (limited to 'website/src/routes/welcome/+page.svelte') diff --git a/website/src/routes/welcome/+page.svelte b/website/src/routes/welcome/+page.svelte new file mode 100644 index 0000000..863b69f --- /dev/null +++ b/website/src/routes/welcome/+page.svelte @@ -0,0 +1,219 @@ + + +
+
+
+
+
+ {#if avatarPreview} + Preview + {:else} +
+ + + +
+ {/if} +
+ +
+ + + +
+ +
+
+
+ +
+

Final Touches

+

Tell the world a bit about yourself.

+ +
+
+ + +
+ + + + + + + + + + + + + +
+
+
+ + +
+ @ + + + + + @{domain} + +
+ + {#if errors?.username} +

{errors.username[0]}

+ {/if} +
+
+ + + {#if errors?.bio} +

{errors.bio[0]}

+ {/if} +
+ + + +

sellershut.com

+
+
+
-- cgit v1.2.3