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

Run the registration policy on upstream OAuth registration

This commit is contained in:
Quentin Gliech
2023-08-30 18:36:53 +02:00
parent 7fcd022eea
commit 23571e87ea
14 changed files with 207 additions and 41 deletions

View File

@@ -24,6 +24,7 @@ pub struct FancyError {
}
impl FancyError {
#[must_use]
pub fn new(context: ErrorContext) -> Self {
Self { context }
}