Update create.rs

This commit is contained in:
dullbananas 2024-06-11 12:30:58 -07:00 committed by GitHub
parent a9586583b5
commit b816b4bcad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,8 +107,6 @@ pub async fn register(
// Register the new person
let person_form = PersonInsertForm {
inbox_url: Some(generate_inbox_url(&actor_id)?),
shared_inbox_url: Some(generate_shared_inbox_url(context.settings())?),
private_key: Some(actor_keypair.private_key),
..PersonInsertForm::new(
data.username.clone(),