You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
storage: unify the compat login errors
This commit is contained in:
@@ -62,7 +62,7 @@ macro_rules! impl_from_error_for_route {
|
||||
($error:ty) => {
|
||||
impl From<$error> for self::RouteError {
|
||||
fn from(e: $error) -> Self {
|
||||
Self::InternalError(Box::new(e))
|
||||
Self::Internal(Box::new(e))
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user