feat: finish adding device name to login, register, and refresh endpoints
This commit is contained in:
parent
7872d2ec24
commit
fc061738fa
7 changed files with 21 additions and 29 deletions
|
@ -9,7 +9,7 @@ use objects::MailClient;
|
|||
use simple_logger::SimpleLogger;
|
||||
use std::time::SystemTime;
|
||||
mod config;
|
||||
mod generate_device_name;
|
||||
mod wordlist;
|
||||
use config::{Config, ConfigBuilder};
|
||||
use diesel_migrations::{EmbeddedMigrations, MigrationHarness, embed_migrations};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue