# frozen_string_literal: true class RsAuthComponent < ViewComponent::Base def initialize(auth:) @auth = auth @web_app = auth.web_app end end