mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 08:21:09 +00:00
Remove dbg
This commit is contained in:
parent
3050617005
commit
b530495acc
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ pub(in crate::backend::api) async fn login_user(
|
|||
}
|
||||
let token = generate_login_token(&user.person, &data)?;
|
||||
let jar = jar.add(create_cookie(token, &data));
|
||||
dbg!(&jar);
|
||||
Ok((jar, Json(user)))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue