logs stub

This commit is contained in:
2026-03-27 21:10:49 +01:00
parent 9393dc2f21
commit c2062f3a8a
12 changed files with 133 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ use crate::{
quotes::QuoteError,
tags::TagError,
users::{UserError, auth::AuthError, sessions::SessionError},
web::RedirectViaError,
};
mod auth;
@@ -83,5 +84,6 @@ composite_from!(
TagError,
PersonError,
QuoteError,
DatabaseError
DatabaseError,
RedirectViaError
);