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

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> {
return withContext(coroutineDispatchers.io) {