fix
This commit is contained in:
parent
5f9eec00bf
commit
dc5a052147
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ use sqlx::FromRow;
|
||||||
|
|
||||||
mod user;
|
mod user;
|
||||||
pub use user::User;
|
pub use user::User;
|
||||||
|
pub use user::UserRole;
|
||||||
|
|
||||||
fn gen_token(token_length: usize) -> String {
|
fn gen_token(token_length: usize) -> String {
|
||||||
let mut token_bytes = vec![0u8; token_length];
|
let mut token_bytes = vec![0u8; token_length];
|
||||||
|
|
Loading…
Add table
Reference in a new issue