mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
remove dev id for now
This commit is contained in:
parent
286f00396d
commit
289a3ab21f
1 changed files with 2 additions and 7 deletions
|
@ -43,11 +43,6 @@ internal data class LoginFlow(
|
|||
* See MSC #2858
|
||||
*/
|
||||
@Json(name = "org.matrix.msc2858.identity_providers")
|
||||
val _devSsoIdentityProvider: List<SsoIdentityProvider>? = null,
|
||||
val ssoIdentityProvider: List<SsoIdentityProvider>? = null
|
||||
|
||||
@Json(name = "identity_providers")
|
||||
val _ssoIdentityProvider: List<SsoIdentityProvider>? = null
|
||||
|
||||
) {
|
||||
val ssoIdentityProvider = _ssoIdentityProvider ?: _devSsoIdentityProvider
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue