LoginPage

fun LoginPage(onLoginClicked: (String, String) -> Unit = { _, _ -> }, authError: AuthError, checkInput: (String) -> Unit = {})