Skip to content

Commit 69dd018

Browse files
committed
j'][{?}
1 parent fc902d3 commit 69dd018

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/authentication/middleware.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
use crate::{session_state::TypedSession, utils::{e500, see_other}};
1+
use crate::{
2+
session_state::TypedSession,
3+
utils::{e500, see_other},
4+
};
25
use actix_web::body::MessageBody;
36
use actix_web::dev::{ServiceRequest, ServiceResponse};
47
use actix_web::error::InternalError;

0 commit comments

Comments
 (0)