Faileraldová chyba

Tento commit je obsažen v:
sneedmaster 2024-03-03 22:03:56 +01:00
rodič dc5c7085da
revize e75e84951e

Zobrazit soubor

@ -10,6 +10,7 @@ use crate::{
#[derive(Deserialize)] #[derive(Deserialize)]
pub struct CreateAccountForm { pub struct CreateAccountForm {
username: String, username: String,
#[serde(rename = "account_password")]
password: String, password: String,
} }