Working on fixing metars, airport layout, etc
This commit is contained in:
@@ -2,9 +2,10 @@ use std::future::Future;
|
||||
use std::pin::Pin;
|
||||
|
||||
use super::{SESSION_COOKIE_NAME, Session};
|
||||
use crate::{error::Error, users::User};
|
||||
use crate::error::Error;
|
||||
use actix_web::{Error as ActixError, FromRequest, HttpRequest, dev::Payload, http};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use crate::account::user::User;
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
pub struct Auth {
|
||||
|
||||
Reference in New Issue
Block a user