fun updateEmail(email: String) {
        _uiState.update { it.copy(email = email) }
    }