Login Screen
fun LoginScreen(onUpdateLoginState: (AuthenticationFormEvent) -> Unit, login: () -> Unit, authFormState: AuthFormState, authUiState: AuthUiState, switchPasswordVisibility: () -> Unit, navigateToRegisterScreen: () -> Unit, clearValidationErrors: () -> Unit)
Composable function representing the login screen of the application.
Parameters
on Update Login State
Callback to update the authentication form state.
login
Callback to initiate the login process.
auth Form State
Current authentication form state.
auth Ui State
Current authentication UI state.
switch Password Visibility
Callback to toggle password visibility.
navigate To Register Screen
Callback to navigate to the register screen.
clear Validation Errors
Callback to clear validation errors.