From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_DBL_BLOCKED_OPENDNS, URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1741375612; bh=pTxZStEyMvoEeFikl3YfFG43YlfJTzj6JgqE7pCdKw4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Transfer-Encoding:Message-ID:Date:From: Reply-To:Subject:To:Cc:In-Reply-To:References:Resent-Date: Resent-From:Resent-To:Resent-Cc:User-Agent:Content-Type: Content-Transfer-Encoding; b=t+udDADmQIiE7pvHIwUlZ4BudIgoOu7K/FS07f6ZdJoHl/7Gyj3d/YnNSbQzgoCGn VxflOccPZcHSgOqdqyMEeOhenicqLOE7iIu4z+iEcFg3UEghXaNS5CFN37v0k5KX/b a09HZEaAD2Jib826Ntwh1qpd+WM8C7+Aes7cf2TijBiANhNLjOYYyztOqOiVpRSnl9 Wkt1a0knf4GMnszZEcNLQfB+PXCOavl+r3jtvMv40DLPkc/1IwOCV6J3jpy8HylPBS 64rYSX5koYHcjmeop++8zhXqyu1gEq07BiB9kRrof4QXqtuZXbXYLY0Vx56EYLqH1N LFA4twqtmRAYA== Received: from localhost.localdomain (unknown [101.128.125.112]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id E789020B48E6; Fri, 7 Mar 2025 19:26:51 +0000 (UTC) From: Muhammad Rizki To: Ammar Faizi Cc: Muhammad Rizki , Alviro Iskandar Setiawan , GNU/Weeb Mailing List Subject: [PATCH v1 08/10] chore(profile): add space for password confirmation form Date: Sat, 8 Mar 2025 02:26:18 +0700 Message-ID: <20250307192622.1172-9-kiizuha@gnuweeb.org> X-Mailer: git-send-email 2.45.2.windows.1 In-Reply-To: <20250307192622.1172-1-kiizuha@gnuweeb.org> References: <20250307192622.1172-1-kiizuha@gnuweeb.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Added space to make it more easier to read the form. Signed-off-by: Muhammad Rizki --- src/routes/(protected)/settings/profile/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(protected)/settings/profile/+page.svelte b/src/routes/(protected)/settings/profile/+page.svelte index 43ad382..9812ff2 100644 --- a/src/routes/(protected)/settings/profile/+page.svelte +++ b/src/routes/(protected)/settings/profile/+page.svelte @@ -482,7 +482,7 @@ Confirm changes to your profile here. - + {#snippet children({ props })} Password -- Muhammad Rizki