This commit is contained in:
Benoit Marty 2023-12-26 13:24:59 +01:00
parent 9081ba79fa
commit fba9788678
4 changed files with 3 additions and 4 deletions

View file

@ -20,7 +20,7 @@ import androidx.compose.runtime.Composable
interface DirectLogoutView {
@Composable
fun render(
fun Render(
state: DirectLogoutState,
onSuccessLogout: (logoutUrlResult: String?) -> Unit
)