const profileToUser = (profile) => ({
  username: profile.username,
  display_name: profile.name,
  picture: { url: profile.avatar_url },
  email: profile.email,