You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
Allow disabling registrations (#2553)
This commit is contained in:
@@ -112,6 +112,12 @@ impl UrlBuilder {
|
||||
}
|
||||
}
|
||||
|
||||
/// HTTP base
|
||||
#[must_use]
|
||||
pub fn http_base(&self) -> Url {
|
||||
self.http_base.clone()
|
||||
}
|
||||
|
||||
/// OIDC issuer
|
||||
#[must_use]
|
||||
pub fn oidc_issuer(&self) -> Url {
|
||||
|
Reference in New Issue
Block a user