This commit is contained in:
Benoit Marty 2023-04-24 17:36:17 +02:00 committed by Benoit Marty
parent 1221692859
commit dcc8e7b732

View file

@ -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> { override suspend fun loginWithOidc(callbackUrl: String): Result<SessionId> {
return withContext(coroutineDispatchers.io) { return withContext(coroutineDispatchers.io) {