You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-06 06:02:40 +03:00
Add instance privacy policy, TOS and imprint, and loads of design cleanups
This commit is contained in:
@@ -54,8 +54,8 @@ impl SynapseConnection {
|
||||
.uri(
|
||||
self.endpoint
|
||||
.join(url)
|
||||
.map(Url::into)
|
||||
.unwrap_or(String::new()),
|
||||
.map(String::from)
|
||||
.unwrap_or_default(),
|
||||
)
|
||||
.header(AUTHORIZATION, format!("Bearer {}", self.access_token))
|
||||
}
|
||||
|
Reference in New Issue
Block a user