Restore OIDC support.
This commit is contained in:
parent
92fe22d9d7
commit
06a9b129d0
23 changed files with 164 additions and 87 deletions
|
|
@ -109,9 +109,10 @@ class FakeMatrixClient(
|
|||
override suspend fun clearCache() {
|
||||
}
|
||||
|
||||
override suspend fun logout() {
|
||||
override suspend fun logout(): String? {
|
||||
delay(100)
|
||||
logoutFailure?.let { throw it }
|
||||
return null
|
||||
}
|
||||
|
||||
override fun close() = Unit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue