···127127128128 let profile = profile.unwrap();
129129130130- let identity_has_email = profile.email.is_some_and(|value| !value.is_empty());
130130+ let identity_has_email = ctx.current_handle.as_ref().is_some_and(|handle| handle.email.as_ref().is_some_and(|value| !value.is_empty()));
131131132132 // We'll use TimeZoneSelector to implement the time zone selection logic
133133 // The timezone selection will happen after we fetch the event