Remove Wait list screen #3293

This commit is contained in:
Benoit Marty 2024-09-09 14:04:29 +02:00
parent a284177900
commit 76bc70afa0
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 = {},
)
}
}