You've already forked authentication-service
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:
@@ -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},
|
||||
};
|
||||
|
Reference in New Issue
Block a user