Add setting entry point to manage account (OIDC)
This commit is contained in:
parent
6928dc6e44
commit
bc57a03a39
11 changed files with 57 additions and 1 deletions
|
|
@ -311,6 +311,11 @@ class RustMatrixClient constructor(
|
|||
return result
|
||||
}
|
||||
|
||||
override suspend fun getAccountManagementUrl(): Result<String?> = withContext(sessionDispatcher) {
|
||||
runCatching {
|
||||
client.accountUrl()
|
||||
}
|
||||
}
|
||||
override suspend fun loadUserDisplayName(): Result<String> = withContext(sessionDispatcher) {
|
||||
runCatching {
|
||||
client.displayName()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue