From 4f67a973a2522af9d6e2fc596b29e188f207c2d2 Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Wed, 25 Jun 2025 15:14:45 +0200 Subject: [PATCH] add invite code to field skip --- apps/app/src/lib/profile/OtherDetails.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/app/src/lib/profile/OtherDetails.svelte b/apps/app/src/lib/profile/OtherDetails.svelte index 6d6b12a..4a5cef6 100644 --- a/apps/app/src/lib/profile/OtherDetails.svelte +++ b/apps/app/src/lib/profile/OtherDetails.svelte @@ -29,7 +29,8 @@ 'notes', 'phone', 'audios', - 'google_id' + 'google_id', + 'invite_code' ]; let newNote = { title: " ",