Add null proxy parameter to RustAuthenticationService
This commit is contained in:
parent
6d6b8696db
commit
1e6895ba80
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ class RustMatrixAuthenticationService @Inject constructor(
|
||||||
private val authService: RustAuthenticationService = RustAuthenticationService(
|
private val authService: RustAuthenticationService = RustAuthenticationService(
|
||||||
basePath = baseDirectory.absolutePath,
|
basePath = baseDirectory.absolutePath,
|
||||||
passphrase = pendingPassphrase,
|
passphrase = pendingPassphrase,
|
||||||
|
proxy = null,
|
||||||
userAgent = userAgentProvider.provide(),
|
userAgent = userAgentProvider.provide(),
|
||||||
additionalRootCertificates = emptyList(),
|
additionalRootCertificates = emptyList(),
|
||||||
oidcConfiguration = oidcConfiguration,
|
oidcConfiguration = oidcConfiguration,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue