mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-08 07:37:45 +00:00
Fix #126
This commit is contained in:
parent
9cfab348eb
commit
dd67b52199
6 changed files with 9 additions and 14 deletions
|
@ -41,7 +41,7 @@ pub async fn profile(req: Request<()>) -> tide::Result {
|
|||
})
|
||||
}
|
||||
// If there is an error show error page
|
||||
Err(msg) => error(msg).await,
|
||||
Err(msg) => error(req, msg).await,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue