class Decidim::Meetings::Admin::MeetingRegistrationInviteForm

def user

def user
  @user ||= current_organization.users.find_by(id: user_id)
end