pub async fn get_active_user_profile(
ctx: AppCtx,
) -> Result<UserProfile, AppError>
Expand description
Get profile data for the active user.
pub async fn get_active_user_profile(
ctx: AppCtx,
) -> Result<UserProfile, AppError>
Get profile data for the active user.