Avoid usage of not() and add unit tests.
This commit is contained in:
parent
98792c9562
commit
70e3e768aa
7 changed files with 58 additions and 6 deletions
|
|
@ -11,4 +11,6 @@ data class MatrixHomeServerDetails(
|
|||
val url: String,
|
||||
val supportsPasswordLogin: Boolean,
|
||||
val supportsOidcLogin: Boolean,
|
||||
)
|
||||
) {
|
||||
val isSupported = supportsPasswordLogin || supportsOidcLogin
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue