1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-12 02:22:41 +03:00

Simplify error handling in user-facing routes

This commit is contained in:
Quentin Gliech
2022-05-10 16:51:12 +02:00
parent 2cba5e7ad2
commit ca7b26cf18
17 changed files with 192 additions and 383 deletions

View File

@@ -21,6 +21,6 @@ pub mod user_authorization;
pub use self::{
cookies::CookieExt,
fancy_error::{fancy_error, internal_error, FancyError},
fancy_error::FancyError,
session::{SessionInfo, SessionInfoExt},
};