mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-12 04:52:47 +01:00
return "Object" for consistency
Co-authored-by: Jeremy Lin <jjlin@users.noreply.github.com>
This commit is contained in:
parent
9132cc4a30
commit
0a0f620d0b
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ async fn register(data: JsonUpcase<RegisterData>, conn: DbConn) -> JsonResult {
|
|||
|
||||
user.save(&conn).await?;
|
||||
Ok(Json(json!({
|
||||
"object": "register",
|
||||
"Object": "register",
|
||||
"CaptchaBypassToken": "",
|
||||
})))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue