Working on metars, updating ui drawer
This commit is contained in:
@@ -134,7 +134,7 @@ async fn validate_session(req: HttpRequest) -> HttpResponse {
|
||||
let session_id = cookie.value().to_string();
|
||||
let session = match Session::replace(&session_id, &ip_address).await {
|
||||
Ok(session) => session,
|
||||
Err(err) => {
|
||||
Err(_) => {
|
||||
log::error!(
|
||||
"Invalid session validate attempt [Session: {}] [IP Address: {}]",
|
||||
session_id,
|
||||
|
||||
Reference in New Issue
Block a user