mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 06:38:20 +01:00
update error msg
This commit is contained in:
parent
571f65e2fa
commit
89e537be64
|
|
@ -35,7 +35,7 @@ impl State {
|
|||
if name == db_user.username {
|
||||
Ok(db_user)
|
||||
} else {
|
||||
Err(anyhow!("Invalid user {name}").into())
|
||||
Err(anyhow!("Invalid user {name} // {0}", db_user.username).into())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue