Make the application compile with a SDK with no support for Oidc.
This commit is contained in:
parent
f6302e4ed3
commit
d9831cb8ab
5 changed files with 23 additions and 6 deletions
|
|
@ -18,6 +18,6 @@ package io.element.android.features.login.impl.util
|
|||
|
||||
object LoginConstants {
|
||||
|
||||
const val DEFAULT_HOMESERVER_URL = "synapse-oidc.lab.element.dev" // "matrix.org"
|
||||
const val DEFAULT_HOMESERVER_URL = "matrix.org" // TODO Oidc "synapse-oidc.lab.element.dev"
|
||||
const val SLIDING_SYNC_READ_MORE_URL = "https://github.com/matrix-org/sliding-sync/blob/main/docs/Landing.md"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue