Quality
This commit is contained in:
committed by
Benoit Marty
parent
1221692859
commit
dcc8e7b732
@@ -141,7 +141,7 @@ class RustMatrixAuthenticationService @Inject constructor(
|
||||
}
|
||||
|
||||
/**
|
||||
* callbackUrl should be the uriRedirect from OidcClientMetadata (with all the parameters)
|
||||
* callbackUrl should be the uriRedirect from OidcClientMetadata (with all the parameters).
|
||||
*/
|
||||
override suspend fun loginWithOidc(callbackUrl: String): Result<SessionId> {
|
||||
return withContext(coroutineDispatchers.io) {
|
||||
|
||||
Reference in New Issue
Block a user