diff options
Diffstat (limited to 'src/invite/app.rs')
| -rw-r--r-- | src/invite/app.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/invite/app.rs b/src/invite/app.rs index e7bd5c6..a286a8f 100644 --- a/src/invite/app.rs +++ b/src/invite/app.rs @@ -7,9 +7,10 @@ use crate::{ db::{Duplicate as _, NotFound as _}, event::Broadcaster, name::Name, + password::Password, token::{Secret, repo::Provider as _}, user::{ - Password, User, + User, create::{self, Create}, }, }; |
