summaryrefslogtreecommitdiff
path: root/src/login/extract.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/extract.rs')
-rw-r--r--src/login/extract.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/login/extract.rs b/src/login/extract.rs
index bfdbe8d..39dd9e4 100644
--- a/src/login/extract.rs
+++ b/src/login/extract.rs
@@ -11,8 +11,8 @@ use crate::{
app::App,
clock::RequestedAt,
error::{Internal, Unauthorized},
- login::app::ValidateError,
- repo::{login::Login, token},
+ login::{app::ValidateError, token},
+ repo::login::Login,
};
// The usage pattern here - receive the extractor as an argument, return it in