style: cargo clippy && cargo fmt
This commit is contained in:
parent
c9a3e8c6c4
commit
d615f1392e
31 changed files with 288 additions and 181 deletions
|
@ -11,9 +11,9 @@ use crate::{Conn, error::Error, schema::access_tokens::dsl};
|
|||
mod login;
|
||||
mod refresh;
|
||||
mod register;
|
||||
mod reset_password;
|
||||
mod revoke;
|
||||
mod verify_email;
|
||||
mod reset_password;
|
||||
|
||||
#[derive(Serialize)]
|
||||
struct Response {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue