mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 02:22:21 +00:00
auth: Remove unused UserStore trait and put app_tokens into User struct
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
pub mod middleware;
|
||||
pub mod static_user_store;
|
||||
pub mod user;
|
||||
pub mod user_store;
|
||||
use crate::error::Error;
|
||||
use async_trait::async_trait;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user