This commit is contained in:
Benoit Marty 2023-04-20 21:38:45 +02:00 committed by Benoit Marty
parent f8dbd31c11
commit 4cc3050871
8 changed files with 10 additions and 14 deletions

View file

@ -23,5 +23,5 @@ import kotlinx.parcelize.Parcelize
data class MatrixHomeServerDetails(
val url: String,
val supportsPasswordLogin: Boolean,
val supportsOidc: Boolean,
val supportsOidcLogin: Boolean,
): Parcelable