From e75e84951ed5cf921bb10fcd49943cc71c1b9410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sn=C3=ADda=C5=88ov=C3=BD=20Mistr?= Date: Sun, 3 Mar 2024 22:03:56 +0100 Subject: [PATCH] =?UTF-8?q?Faileraldov=C3=A1=20chyba?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/staff/actions/create_account.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/staff/actions/create_account.rs b/src/web/staff/actions/create_account.rs index a72c58d..e86b8c6 100755 --- a/src/web/staff/actions/create_account.rs +++ b/src/web/staff/actions/create_account.rs @@ -10,6 +10,7 @@ use crate::{ #[derive(Deserialize)] pub struct CreateAccountForm { username: String, + #[serde(rename = "account_password")] password: String, }