Browse Source

Remove unused warning

pull/599/head
Daniel García 6 years ago
parent
commit
bfc517ee80
No known key found for this signature in database GPG Key ID: FC8A7D14C3CD543A
  1. 1
      src/api/core/two_factor/email.rs

1
src/api/core/two_factor/email.rs

@ -14,7 +14,6 @@ use crate::mail;
use crate::CONFIG;
use chrono::{Duration, NaiveDateTime, Utc};
use std::char;
use std::ops::Add;
pub fn routes() -> Vec<Route> {

Loading…
Cancel
Save