♻️ update

This commit is contained in:
JMARyA 2025-05-05 12:07:17 +02:00
parent 70c87bfad5
commit 3e3fd0fd83
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 36 additions and 29 deletions

View file

@ -7,7 +7,7 @@ use crate::gen_random;
use super::{User, UserRole};
#[derive(Debug, Clone)]
#[derive(Debug)]
#[model]
pub struct Session {
/// The unique ID of the session token

View file

@ -18,7 +18,7 @@ use super::Sessions;
/// ...
/// }
/// ```
#[derive(Debug, Clone)]
#[derive(Debug)]
#[model]
pub struct User {
/// The username chosen by the user