diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-10-01 23:57:22 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-10-01 23:57:22 -0400 |
| commit | f878f0b5eaa44e8ee8d67cbfd706926ff2119113 (patch) | |
| tree | fd9534ebc884da59b4031e2bcf2eb2d9dac35a87 /src/login/extract.rs | |
| parent | d171a258ad2119e39cb715f8800031fff16967dc (diff) | |
Organize IDs into top-level namespaces.
(This is part of a larger reorganization.)
Diffstat (limited to 'src/login/extract.rs')
| -rw-r--r-- | src/login/extract.rs | 4 |
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 |
