- update: auth system to work with the website auth
This commit is contained in:
@@ -84,6 +84,7 @@ impl SessionService for SessionServiceImpl {
|
||||
|
||||
Ok(Response::new(response))
|
||||
} else {
|
||||
debug!("Session not found in redis: {}", req.session_id);
|
||||
Err(Status::not_found("Session not found"))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user