Remove Wait list screen #3293

This commit is contained in:
Benoit Marty
2024-09-09 14:04:29 +02:00
parent aa40c3618b
commit 39c296efc6
27 changed files with 4 additions and 570 deletions

View File

@@ -38,7 +38,6 @@ class LoginScreen(private val authenticationService: MatrixAuthenticationService
state = state,
modifier = modifier,
onBackClick = {},
onWaitListError = {},
)
}
}