forked from spacebar/account
fix signups because i am a professional dumbass
This commit is contained in:
parent
2f1cb63e1e
commit
cfd4bc21e3
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ pub struct Email{
|
|||
|
||||
#[derive(Deserialize)]
|
||||
pub struct UpdateMiiData {
|
||||
_name: Box<str>,
|
||||
_primary: crate::xml::YesNoVal,
|
||||
name: Box<str>,
|
||||
primary: crate::xml::YesNoVal,
|
||||
data: Box<str>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue