From 300d1a487b873301de21395c50356bfc5d5aac34 Mon Sep 17 00:00:00 2001 From: Arc <90333108+lastarc@users.noreply.github.com> Date: Fri, 19 Jul 2024 23:32:43 +0200 Subject: [PATCH] feat(auth): Create profile for user if not found on callback page. --- src/routes/auth/callback/+page.svelte | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/routes/auth/callback/+page.svelte b/src/routes/auth/callback/+page.svelte index 08d1f7c..7884347 100644 --- a/src/routes/auth/callback/+page.svelte +++ b/src/routes/auth/callback/+page.svelte @@ -1,7 +1,8 @@ -